#AB8B0E

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

Shades of Dark Goldenrod #AB8B0E

Tints of Dark Goldenrod #AB8B0E

Color information

#AB8B0E (or 0xAB8B0E) is unknown color: approx Dark Goldenrod. HEX triplet: AB, 8B and 0E. RGB value is (171,139,14). Sum of RGB (Red+Green+Blue) = 171+139+14=324 (42% of max value = 765). Red value is 171 (67.19% from 255 or 52.78% from 324); Green value is 139 (54.69% from 255 or 42.90% from 324); Blue value is 14 (5.86% from 255 or 4.32% from 324); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8B0E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AB8B0E is #5474F1. Grayscale: #868686. Windows color (decimal): -5534962 or 953259. OLE color: 953259.

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

Color convert

RGB17113914-
CMYK00.190.920.33
HSL47.77º84.86%36.27%-
HSV(B)47.77º91.81%67.06%-
XYZ26.1127.154.28-
YUV134.3260.1154.16-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 52.78%
GREEN value IS 139 (54.69% from 255) = 42.90%
BLUE value IS 14 (5.86% from 255) = 4.32%
R=52.78%
G=42.90%
B=4.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.92
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711391400.190.920.3347.7784.8636.27
HexAB8BE0135C21305524
Octal25321316023134416012544
Binary1010101110001011111001001110111001000011100001010101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB8B0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB8B0E; }

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

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

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

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

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

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

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

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