#A6890F

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

Shades of Dark Goldenrod #A6890F

Tints of Dark Goldenrod #A6890F

Color information

#A6890F (or 0xA6890F) is unknown color: approx Dark Goldenrod. HEX triplet: A6, 89 and 0F. RGB value is (166,137,15). Sum of RGB (Red+Green+Blue) = 166+137+15=318 (42% of max value = 765). Red value is 166 (65.23% from 255 or 52.20% from 318); Green value is 137 (53.91% from 255 or 43.08% from 318); Blue value is 15 (6.25% from 255 or 4.72% from 318); Max value from RGB is 166 - color contains mainly: red. Hex color #A6890F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A6890F is #5976F0. Grayscale: #848484. Windows color (decimal): -5863153 or 1018278. OLE color: 1018278.

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

Color convert

RGB16613715-
CMYK00.170.910.35
HSL48.48º83.43%35.49%-
HSV(B)48.48º90.96%65.1%-
XYZ24.7626.034.17-
YUV131.7662.11152.42-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 52.20%
GREEN value IS 137 (53.91% from 255) = 43.08%
BLUE value IS 15 (6.25% from 255) = 4.72%
R=52.20%
G=43.08%
B=4.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.91
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661371500.170.910.3548.4883.4335.49
HexA689F0115B23305323
Octal24621117021133436012343
Binary1010011010001001111101000110110111000111100001010011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6890F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6890F; }

 p { color: rgb(166,137,15); }

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

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

 a { background-color: rgb(166,137,15); }

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

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

 span { border-color: rgb(166,137,15); }

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