#A6820C

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

Shades of Dark Goldenrod #A6820C

Tints of Dark Goldenrod #A6820C

Color information

#A6820C (or 0xA6820C) is unknown color: approx Dark Goldenrod. HEX triplet: A6, 82 and 0C. RGB value is (166,130,12). Sum of RGB (Red+Green+Blue) = 166+130+12=308 (40% of max value = 765). Red value is 166 (65.23% from 255 or 53.90% from 308); Green value is 130 (51.17% from 255 or 42.21% from 308); Blue value is 12 (5.08% from 255 or 3.90% from 308); Max value from RGB is 166 - color contains mainly: red. Hex color #A6820C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A6820C is #597DF3. Grayscale: #7F7F7F. Windows color (decimal): -5864948 or 819878. OLE color: 819878.

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

Color convert

RGB16613012-
CMYK00.220.930.35
HSL45.97º86.52%34.9%-
HSV(B)45.97º92.77%65.1%-
XYZ23.7724.13.75-
YUV127.3162.93155.59-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 53.90%
GREEN value IS 130 (51.17% from 255) = 42.21%
BLUE value IS 12 (5.08% from 255) = 3.90%
R=53.90%
G=42.21%
B=3.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.93
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661301200.220.930.3545.9786.5234.9
HexA682C0165D232e5723
Octal24620214026135435612743
Binary1010011010000010110001011010111011000111011101010111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6820C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6820C; }

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

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

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

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

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

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

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

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