#A6840E

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

Shades of Dark Goldenrod #A6840E

Tints of Dark Goldenrod #A6840E

Color information

#A6840E (or 0xA6840E) is unknown color: approx Dark Goldenrod. HEX triplet: A6, 84 and 0E. RGB value is (166,132,14). Sum of RGB (Red+Green+Blue) = 166+132+14=312 (41% of max value = 765). Red value is 166 (65.23% from 255 or 53.21% from 312); Green value is 132 (51.95% from 255 or 42.31% from 312); Blue value is 14 (5.86% from 255 or 4.49% from 312); Max value from RGB is 166 - color contains mainly: red. Hex color #A6840E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A6840E is #597BF1. Grayscale: #818181. Windows color (decimal): -5864434 or 951462. OLE color: 951462.

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

Color convert

RGB16613214-
CMYK00.200.920.35
HSL46.58º84.44%35.29%-
HSV(B)46.58º91.57%65.1%-
XYZ24.0624.643.9-
YUV128.7163.26154.59-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 53.21%
GREEN value IS 132 (51.95% from 255) = 42.31%
BLUE value IS 14 (5.86% from 255) = 4.49%
R=53.21%
G=42.31%
B=4.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.92
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661321400.200.920.3546.5884.4435.29
HexA684E0145C232f5423
Octal24620416024134435712443
Binary1010011010000100111001010010111001000111011111010100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6840E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6840E; }

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

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

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

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

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

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

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

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