#AB8210

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

Shades of Dark Goldenrod #AB8210

Tints of Dark Goldenrod #AB8210

Color information

#AB8210 (or 0xAB8210) is unknown color: approx Dark Goldenrod. HEX triplet: AB, 82 and 10. RGB value is (171,130,16). Sum of RGB (Red+Green+Blue) = 171+130+16=317 (41% of max value = 765). Red value is 171 (67.19% from 255 or 53.94% from 317); Green value is 130 (51.17% from 255 or 41.01% from 317); Blue value is 16 (6.64% from 255 or 5.05% from 317); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8210 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AB8210 is #547DEF. Grayscale: #818181. Windows color (decimal): -5537264 or 1082027. OLE color: 1082027.

HSL color Cylindrical-coordinate representation of color #AB8210: hue angle of 44.13º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AB8210 is Cyan = 0, Magento = 0.24, Yellow = 0.91 and Black (K on CMYK) = 0.33.

Color convert

RGB17113016-
CMYK00.240.910.33
HSL44.13º82.89%36.67%-
HSV(B)44.13º90.64%67.06%-
XYZ24.8724.663.94-
YUV129.2664.08157.77-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 53.94%
GREEN value IS 130 (51.17% from 255) = 41.01%
BLUE value IS 16 (6.64% from 255) = 5.05%
R=53.94%
G=41.01%
B=5.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.91
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711301600.240.910.3344.1382.8936.67
HexAB82100185B212c5325
Octal25320220030133415412345
Binary10101011100000101000001100010110111000011011001010011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB8210

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB8210; }

 p { color: rgb(171,130,16); }

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

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

 a { background-color: rgb(171,130,16); }

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

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

 span { border-color: rgb(171,130,16); }

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