COLOR #A68F1B

HEX: #A68F1B RGB: (166,143,27)

Color info

#A68F1B contains mainly red and green colors. Web safe color of #A68F1B is #999933 (or #993).

RGB color model

#A68F1B color RGB value is (166,143,27).

RGB: (166,143,27) (65%, 56%, 11%)

RGB channels and saturation

R 166 of 255 = 65%
G 143 of 255 = 56%
B 27 of 255 = 11%

166
143
27

R + G + B ~ 44%. #A68F1B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 166 + 143 + 27 = 336 (100%)
R 166 of 336 ~ 49.4%
G 143 of 336 ~ 42.56%
B 27 of 336 ~ 8.04'%

%49.4
%42.56

CMYK color model

#A68F1B color CMYK value is (0,14,84,35).

  • cyan value is 0.00%
  • magenta value is 13.86%
  • yellow value is 83.73%
  • key color value is 34.90%

CMYK: (0,14,84,35)
C0M14Y84K35 (0%, 14%, 84%, 35%)
(0.00 / 0.14 / 0.84 / 0.35)

CMYK percentages

%0
%13.86
%83.73
%34.9

Codes

Color #A68F1B in popluar color models

A6 8F 1B
RGB 166 143 27
HSL 50° 72.02% 37.84%
HSB/HSV 50° 83.73% 65.10%
CMYK 0.00% 13.86% 83.73%
34.90%

Color #A68F1B in popluar number systems.

HEX A6 8F 1B
Decimal 166 143 27
Binary 10100110 10001111 11011
Octal 246 217 33

Shades and tints

Shades of #A68F1B

#A68F1B
(166,143,27)
#978219
(151,130,25)
#887517
(136,117,23)
#796815
(121,104,21)
#6A5B13
(106,91,19)
#5B4E11
(91,78,17)
#4C410F
(76,65,15)
#3D340D
(61,52,13)
#2E270B
(46,39,11)
#1F1A09
(31,26,9)
#100D07
(16,13,7)
#000000
(0,0,0)

Tints of #A68F1B

#A68F1B
(166,143,27)
#AE992F
(174,153,47)
#B6A343
(182,163,67)
#BEAD57
(190,173,87)
#C6B76B
(198,183,107)
#CEC17F
(206,193,127)
#D6CB93
(214,203,147)
#DED5A7
(222,213,167)
#E6DFBB
(230,223,187)
#EEE9CF
(238,233,207)
#F6F3E3
(246,243,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A68F1B color. Also use rgb(166,143,27) instead hex code.

Text Font Color

.myTextColor { color: #A68F1B; }

<p style="color:#A68F1B">This sample text font color is #A68F1B.</p>

This text font color is #A68F1B.

Background Color

.myBgColor { background-color: #A68F1B; }

<div style="background-color:#A68F1B">Inner text</div>

This div background color is #A68F1B.

Border color

.myBorderColor { border: 1px solid #A68F1B; }

<div style="border:3px solid #A68F1B">Div</div>

This div border color is #A68F1B.

Opacity

.myOpacity80 { color: #A68F1B; opacity: 0.8; }

<p style="color:#A68F1B;opacity:0.8;">80%</p>

Text with #A68F1B color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #A68F1B;}

<p style="text-shadow: 3px 3px 1px #A68F1B">Text here.</p>

This text has shadow with #A68F1B color.


.textShadow {text-shadow: 3px 3px 1px #A68F1B', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #A68F1B, 5px 5px 20px red">Text here.</p>

This text has shadow with #A68F1B primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#A68F1B, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#A68F1B, Direction=45, Strength=4)">Text</p>

This text has shadow with #A68F1B and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #A68F1B;
-webkit-box-shadow: 1px 1px 3px 2px #A68F1B;
box-shadow: 1px 1px 3px 2px #A68F1B;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #A68F1B; -webkit-box-shadow: 1px 1px 3px 2px #A68F1B; box-shadow:1px 1px 3px 2px #A68F1B;">
Div content here
</div>

This div box has shadow with color #A68F1B.

Preview

Color preview on black background

This text has color #A68F1B on black background.


Color preview on white background

This text has color #A68F1B on white background.


Black color preview on #A68F1B background

This text has black color on #A68F1B background.


White color preview on #A68F1B background

This text has white color on #A68F1B background.


Related colors

Complementary color

Complementary color for #hex is #5970E4.


I love getcolorcode.com

Triadic colors

1 #1BA68F and #8F1BA6 with #A68F1B are triadic colors.

2 #1B8FA6 and #8FA61B with #A68F1B are triadic colors.