#AB8B14

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

Shades of Dark Goldenrod #AB8B14

Tints of Dark Goldenrod #AB8B14

Color information

#AB8B14 (or 0xAB8B14) is unknown color: approx Dark Goldenrod. HEX triplet: AB, 8B and 14. RGB value is (171,139,20). Sum of RGB (Red+Green+Blue) = 171+139+20=330 (43% of max value = 765). Red value is 171 (67.19% from 255 or 51.82% from 330); Green value is 139 (54.69% from 255 or 42.12% from 330); Blue value is 20 (8.20% from 255 or 6.06% from 330); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8B14 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AB8B14 is #5474EB. Grayscale: #878787. Windows color (decimal): -5534956 or 1346475. OLE color: 1346475.

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

Color convert

RGB17113920-
CMYK00.190.880.33
HSL47.28º79.06%37.45%-
HSV(B)47.28º88.3%67.06%-
XYZ26.1527.174.53-
YUV13563.1153.68-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 51.82%
GREEN value IS 139 (54.69% from 255) = 42.12%
BLUE value IS 20 (8.20% from 255) = 6.06%
R=51.82%
G=42.12%
B=6.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.88
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711392000.190.880.3347.2879.0637.45
HexAB8B1401358212f4f25
Octal25321324023130415711745
Binary10101011100010111010001001110110001000011011111001111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB8B14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB8B14; }

 p { color: rgb(171,139,20); }

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

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

 a { background-color: rgb(171,139,20); }

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

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

 span { border-color: rgb(171,139,20); }

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