#A67B0C

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

Shades of Dark Goldenrod #A67B0C

Tints of Dark Goldenrod #A67B0C

Color information

#A67B0C (or 0xA67B0C) is unknown color: approx Dark Goldenrod. HEX triplet: A6, 7B and 0C. RGB value is (166,123,12). Sum of RGB (Red+Green+Blue) = 166+123+12=301 (39% of max value = 765). Red value is 166 (65.23% from 255 or 55.15% from 301); Green value is 123 (48.44% from 255 or 40.86% from 301); Blue value is 12 (5.08% from 255 or 3.99% from 301); Max value from RGB is 166 - color contains mainly: red. Hex color #A67B0C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A67B0C is #5984F3. Grayscale: #7B7B7B. Windows color (decimal): -5866740 or 818086. OLE color: 818086.

HSL color Cylindrical-coordinate representation of color #A67B0C: hue angle of 43.25º degrees, saturation: 0.87, 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 #A67B0C is Cyan = 0, Magento = 0.26, Yellow = 0.93 and Black (K on CMYK) = 0.35.

Color convert

RGB16612312-
CMYK00.260.930.35
HSL43.25º86.52%34.9%-
HSV(B)43.25º92.77%65.1%-
XYZ22.8822.33.45-
YUV123.265.25158.53-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 55.15%
GREEN value IS 123 (48.44% from 255) = 40.86%
BLUE value IS 12 (5.08% from 255) = 3.99%
R=55.15%
G=40.86%
B=3.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.93
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661231200.260.930.3543.2586.5234.9
HexA67BC01A5D232b5723
Octal24617314032135435312743
Binary101001101111011110001101010111011000111010111010111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A67B0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A67B0C; }

 p { color: rgb(166,123,12); }

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

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

 a { background-color: rgb(166,123,12); }

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

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

 span { border-color: rgb(166,123,12); }

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