#A6840C

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

Shades of Dark Goldenrod #A6840C

Tints of Dark Goldenrod #A6840C

Color information

#A6840C (or 0xA6840C) is unknown color: approx Dark Goldenrod. HEX triplet: A6, 84 and 0C. RGB value is (166,132,12). Sum of RGB (Red+Green+Blue) = 166+132+12=310 (41% of max value = 765). Red value is 166 (65.23% from 255 or 53.55% from 310); Green value is 132 (51.95% from 255 or 42.58% from 310); Blue value is 12 (5.08% from 255 or 3.87% from 310); Max value from RGB is 166 - color contains mainly: red. Hex color #A6840C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A6840C is #597BF3. Grayscale: #818181. Windows color (decimal): -5864436 or 820390. OLE color: 820390.

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

Color convert

RGB16613212-
CMYK00.200.930.35
HSL46.75º86.52%34.9%-
HSV(B)46.75º92.77%65.1%-
XYZ24.0424.643.84-
YUV128.4962.26154.76-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 53.55%
GREEN value IS 132 (51.95% from 255) = 42.58%
BLUE value IS 12 (5.08% from 255) = 3.87%
R=53.55%
G=42.58%
B=3.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.93
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661321200.200.930.3546.7586.5234.9
HexA684C0145D232f5723
Octal24620414024135435712743
Binary1010011010000100110001010010111011000111011111010111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6840C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6840C; }

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

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

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

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

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

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

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

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