#AB8F02

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

Shades of Dark Goldenrod #AB8F02

Tints of Dark Goldenrod #AB8F02

Color information

#AB8F02 (or 0xAB8F02) is unknown color: approx Dark Goldenrod. HEX triplet: AB, 8F and 02. RGB value is (171,143,2). Sum of RGB (Red+Green+Blue) = 171+143+2=316 (41% of max value = 765). Red value is 171 (67.19% from 255 or 54.11% from 316); Green value is 143 (56.25% from 255 or 45.25% from 316); Blue value is 2 (1.17% from 255 or 0.63% from 316); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8F02 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AB8F02 is #5470FD. Grayscale: #878787. Windows color (decimal): -5533950 or 167851. OLE color: 167851.

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

Color convert

RGB1711432-
CMYK00.160.990.33
HSL50.06º97.69%33.92%-
HSV(B)50.06º98.83%67.06%-
XYZ26.6328.314.12-
YUV135.352.78153.46-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 54.11%
GREEN value IS 143 (56.25% from 255) = 45.25%
BLUE value IS 2 (1.17% from 255) = 0.63%
R=54.11%
G=45.25%
B=0.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.99
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171143200.160.990.3350.0697.6933.92
HexAB8F20106321326222
Octal2532172020143416214242
Binary10101011100011111001000011000111000011100101100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB8F02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB8F02; }

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

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

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

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

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

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

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

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