#AB8E39

Color #AB8E39 Reef Gold (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Reef Gold #AB8E39

Tints of Reef Gold #AB8E39

Color information

#AB8E39 (or 0xAB8E39) is unknown color: approx Reef Gold. HEX triplet: AB, 8E and 39. RGB value is (171,142,57). Sum of RGB (Red+Green+Blue) = 171+142+57=370 (49% of max value = 765). Red value is 171 (67.19% from 255 or 46.22% from 370); Green value is 142 (55.86% from 255 or 38.38% from 370); Blue value is 57 (22.66% from 255 or 15.41% from 370); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8E39 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB8E39 is #5471C6. Grayscale: #8D8D8D. Windows color (decimal): -5534151 or 3772075. OLE color: 3772075.

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

Color convert

RGB17114257-
CMYK00.170.670.33
HSL44.74º50%44.71%-
HSV(B)44.74º66.67%67.06%-
XYZ27.2128.37.9-
YUV140.9880.61149.41-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 46.22%
GREEN value IS 142 (55.86% from 255) = 38.38%
BLUE value IS 57 (22.66% from 255) = 15.41%
R=46.22%
G=38.38%
B=15.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.67
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711425700.170.670.3344.745044.71
HexAB8E3901143212d322d
Octal2532167102110341556255
Binary10101011100011101110010100011000011100001101101110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB8E39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB8E39; }

 p { color: rgb(171,142,57); }

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

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

 a { background-color: rgb(171,142,57); }

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

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

 span { border-color: rgb(171,142,57); }

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