#AB8211

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

Shades of Dark Goldenrod #AB8211

Tints of Dark Goldenrod #AB8211

Color information

#AB8211 (or 0xAB8211) is unknown color: approx Dark Goldenrod. HEX triplet: AB, 82 and 11. RGB value is (171,130,17). Sum of RGB (Red+Green+Blue) = 171+130+17=318 (42% of max value = 765). Red value is 171 (67.19% from 255 or 53.77% from 318); Green value is 130 (51.17% from 255 or 40.88% from 318); Blue value is 17 (7.03% from 255 or 5.35% from 318); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8211 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AB8211 is #547DEE. Grayscale: #818181. Windows color (decimal): -5537263 or 1147563. OLE color: 1147563.

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

Color convert

RGB17113017-
CMYK00.240.900.33
HSL44.03º81.91%36.86%-
HSV(B)44.03º90.06%67.06%-
XYZ24.8824.663.98-
YUV129.3864.58157.69-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 53.77%
GREEN value IS 130 (51.17% from 255) = 40.88%
BLUE value IS 17 (7.03% from 255) = 5.35%
R=53.77%
G=40.88%
B=5.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.90
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711301700.240.900.3344.0381.9136.86
HexAB82110185A212c5225
Octal25320221030132415412245
Binary10101011100000101000101100010110101000011011001010010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB8211

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB8211; }

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

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

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

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

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

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

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

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