#AB8711

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

Shades of Dark Goldenrod #AB8711

Tints of Dark Goldenrod #AB8711

Color information

#AB8711 (or 0xAB8711) is unknown color: approx Dark Goldenrod. HEX triplet: AB, 87 and 11. RGB value is (171,135,17). Sum of RGB (Red+Green+Blue) = 171+135+17=323 (42% of max value = 765). Red value is 171 (67.19% from 255 or 52.94% from 323); Green value is 135 (53.12% from 255 or 41.80% from 323); Blue value is 17 (7.03% from 255 or 5.26% from 323); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8711 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AB8711 is #5478EE. Grayscale: #848484. Windows color (decimal): -5535983 or 1148843. OLE color: 1148843.

HSL color Cylindrical-coordinate representation of color #AB8711: hue angle of 45.97º 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 #AB8711 is Cyan = 0, Magento = 0.21, Yellow = 0.90 and Black (K on CMYK) = 0.33.

Color convert

RGB17113517-
CMYK00.210.900.33
HSL45.97º81.91%36.86%-
HSV(B)45.97º90.06%67.06%-
XYZ25.5626.034.21-
YUV132.3162.93155.59-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 52.94%
GREEN value IS 135 (53.12% from 255) = 41.80%
BLUE value IS 17 (7.03% from 255) = 5.26%
R=52.94%
G=41.80%
B=5.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.90
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711351700.210.900.3345.9781.9136.86
HexAB87110155A212e5225
Octal25320721025132415612245
Binary10101011100001111000101010110110101000011011101010010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB8711

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB8711; }

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

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

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

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

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

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

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

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