#AB8A00

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

Shades of Dark Goldenrod #AB8A00

Tints of Dark Goldenrod #AB8A00

Color information

#AB8A00 (or 0xAB8A00) is unknown color: approx Dark Goldenrod. HEX triplet: AB, 8A and 00. RGB value is (171,138,0). Sum of RGB (Red+Green+Blue) = 171+138+0=309 (40% of max value = 765). Red value is 171 (67.19% from 255 or 55.34% from 309); Green value is 138 (54.30% from 255 or 44.66% from 309); Blue value is 0 (0.39% from 255 or 0% from 309); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8A00 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AB8A00 is #5475FF. Grayscale: #848484. Windows color (decimal): -5535232 or 35499. OLE color: 35499.

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

Color convert

RGB1711380-
CMYK00.1910.33
HSL48.42º100%33.53%-
HSV(B)48.42º100%67.06%-
XYZ25.8826.833.82-
YUV132.1453.43155.72-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 55.34%
GREEN value IS 138 (54.30% from 255) = 44.66%
BLUE value IS 0 (0.39% from 255) = 0%
R=55.34%
G=44.66%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 1
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171138000.1910.3348.4210033.53
HexAB8A00136421306422
Octal2532120023144416014442
Binary1010101110001010001001111001001000011100001100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB8A00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB8A00; }

 p { color: rgb(171,138,0); }

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

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

 a { background-color: rgb(171,138,0); }

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

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

 span { border-color: rgb(171,138,0); }

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