#A68910

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

Shades of Dark Goldenrod #A68910

Tints of Dark Goldenrod #A68910

Color information

#A68910 (or 0xA68910) is unknown color: approx Dark Goldenrod. HEX triplet: A6, 89 and 10. RGB value is (166,137,16). Sum of RGB (Red+Green+Blue) = 166+137+16=319 (42% of max value = 765). Red value is 166 (65.23% from 255 or 52.04% from 319); Green value is 137 (53.91% from 255 or 42.95% from 319); Blue value is 16 (6.64% from 255 or 5.02% from 319); Max value from RGB is 166 - color contains mainly: red. Hex color #A68910 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A68910 is #5976EF. Grayscale: #848484. Windows color (decimal): -5863152 or 1083814. OLE color: 1083814.

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

Color convert

RGB16613716-
CMYK00.170.900.35
HSL48.4º82.42%35.69%-
HSV(B)48.4º90.36%65.1%-
XYZ24.7726.044.21-
YUV131.8862.61152.34-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 52.04%
GREEN value IS 137 (53.91% from 255) = 42.95%
BLUE value IS 16 (6.64% from 255) = 5.02%
R=52.04%
G=42.95%
B=5.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.90
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661371600.170.900.3548.482.4235.69
HexA689100115A23305224
Octal24621120021132436012244
Binary10100110100010011000001000110110101000111100001010010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A68910

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A68910; }

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

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

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

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

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

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

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

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