#A6830C

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

Shades of Dark Goldenrod #A6830C

Tints of Dark Goldenrod #A6830C

Color information

#A6830C (or 0xA6830C) is unknown color: approx Dark Goldenrod. HEX triplet: A6, 83 and 0C. RGB value is (166,131,12). Sum of RGB (Red+Green+Blue) = 166+131+12=309 (40% of max value = 765). Red value is 166 (65.23% from 255 or 53.72% from 309); Green value is 131 (51.56% from 255 or 42.39% from 309); Blue value is 12 (5.08% from 255 or 3.88% from 309); Max value from RGB is 166 - color contains mainly: red. Hex color #A6830C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A6830C is #597CF3. Grayscale: #808080. Windows color (decimal): -5864692 or 820134. OLE color: 820134.

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

Color convert

RGB16613112-
CMYK00.210.930.35
HSL46.36º86.52%34.9%-
HSV(B)46.36º92.77%65.1%-
XYZ23.9124.373.79-
YUV127.962.6155.18-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 53.72%
GREEN value IS 131 (51.56% from 255) = 42.39%
BLUE value IS 12 (5.08% from 255) = 3.88%
R=53.72%
G=42.39%
B=3.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.93
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661311200.210.930.3546.3686.5234.9
HexA683C0155D232e5723
Octal24620314025135435612743
Binary1010011010000011110001010110111011000111011101010111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6830C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6830C; }

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

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

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

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

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

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

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

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