#AB8802

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

Shades of Dark Goldenrod #AB8802

Tints of Dark Goldenrod #AB8802

Color information

#AB8802 (or 0xAB8802) is unknown color: approx Dark Goldenrod. HEX triplet: AB, 88 and 02. RGB value is (171,136,2). Sum of RGB (Red+Green+Blue) = 171+136+2=309 (40% of max value = 765). Red value is 171 (67.19% from 255 or 55.34% from 309); Green value is 136 (53.52% from 255 or 44.01% from 309); Blue value is 2 (1.17% from 255 or 0.65% from 309); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8802 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AB8802 is #5477FD. Grayscale: #838383. Windows color (decimal): -5535742 or 166059. OLE color: 166059.

HSL color Cylindrical-coordinate representation of color #AB8802: hue angle of 47.57º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AB8802 is Cyan = 0, Magento = 0.20, Yellow = 0.99 and Black (K on CMYK) = 0.33.

Color convert

RGB1711362-
CMYK00.200.990.33
HSL47.57º97.69%33.92%-
HSV(B)47.57º98.83%67.06%-
XYZ25.6126.273.78-
YUV131.1955.1156.4-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 55.34%
GREEN value IS 136 (53.52% from 255) = 44.01%
BLUE value IS 2 (1.17% from 255) = 0.65%
R=55.34%
G=44.01%
B=0.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.99
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171136200.200.990.3347.5797.6933.92
HexAB8820146321306222
Octal2532102024143416014242
Binary10101011100010001001010011000111000011100001100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB8802

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB8802; }

 p { color: rgb(171,136,2); }

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

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

 a { background-color: rgb(171,136,2); }

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

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

 span { border-color: rgb(171,136,2); }

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