#a68c0b

Color #A68C0B Dark Goldenrod (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Goldenrod #A68C0B

Tints of Dark Goldenrod #A68C0B

Color information

#A68C0B (or 0xA68C0B) is unknown color: approx Dark Goldenrod. HEX triplet: A6, 8C and 0B. RGB value is (166,140,11). Sum of RGB (Red+Green+Blue) = 166+140+11=317 (41% of max value = 765). Red value is 166 (65.23% from 255 or 52.37% from 317); Green value is 140 (55.08% from 255 or 44.16% from 317); Blue value is 11 (4.69% from 255 or 3.47% from 317); Max value from RGB is 166 - color contains mainly: red. Hex color #A68C0B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A68C0B is #5973F4. Grayscale: #858585. Windows color (decimal): -5862389 or 756902. OLE color: 756902.

HSL color Cylindrical-coordinate representation of color #A68C0B: hue angle of 49.94º degrees, saturation: 0.88, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A68C0B is Cyan = 0, Magento = 0.16, Yellow = 0.93 and Black (K on CMYK) = 0.35.

Color convert

RGB16614011-
CMYK00.160.930.35
HSL49.94º87.57%34.71%-
HSV(B)49.94º93.37%65.1%-
XYZ25.1626.894.18-
YUV133.0759.11151.49-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 166 (65.23% from 255) = 52.37%
GREEN value IS 140 (55.08% from 255) = 44.16%
BLUE value IS 11 (4.69% from 255) = 3.47%
R=52.37%
G=44.16%
B=3.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.93
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661401100.160.930.3549.9487.5734.71
HexA68CB0105D23325823
Octal24621413020135436213043
Binary1010011010001100101101000010111011000111100101011000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a68c0b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a68c0b; }

 p { color: rgb(166,140,11); }

 H1.HeaderClassName
 {
   color: #a68c0b;
 }
 .AnyTagClassName
 {
   color: #a68c0b;
 }
</style>
background-color css

<style>
 a { background-color: #a68c0b; }

 a { background-color: rgb(166,140,11); }

 div.DivClassName
 {
   background-color: #a68c0b;
 }
 .BgClassName
 {
   background-color: #a68c0b;
 }
</style>
border-color css

<style>
 span { border-color: #a68c0b; }

 span { border-color: rgb(166,140,11); }

 td.TdClassName
 {
   border-color: #a68c0b;
 }
 .TagClassName
 {
   border-color: #a68c0b;
 }
</style>