#AB8E28

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

Shades of Reef Gold #AB8E28

Tints of Reef Gold #AB8E28

Color information

#AB8E28 (or 0xAB8E28) is unknown color: approx Reef Gold. HEX triplet: AB, 8E and 28. RGB value is (171,142,40). Sum of RGB (Red+Green+Blue) = 171+142+40=353 (46% of max value = 765). Red value is 171 (67.19% from 255 or 48.44% from 353); Green value is 142 (55.86% from 255 or 40.23% from 353); Blue value is 40 (16.02% from 255 or 11.33% from 353); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8E28 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB8E28 is #5471D7. Grayscale: #8B8B8B. Windows color (decimal): -5534168 or 2657963. OLE color: 2657963.

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

Color convert

RGB17114240-
CMYK00.170.770.33
HSL46.72º62.09%41.37%-
HSV(B)46.72º76.61%67.06%-
XYZ26.8528.166.03-
YUV139.0472.11150.79-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 48.44%
GREEN value IS 142 (55.86% from 255) = 40.23%
BLUE value IS 40 (16.02% from 255) = 11.33%
R=48.44%
G=40.23%
B=11.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.77
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711424000.170.770.3346.7262.0941.37
HexAB8E280114D212f3e29
Octal2532165002111541577651
Binary10101011100011101010000100011001101100001101111111110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB8E28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB8E28; }

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

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

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

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

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

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

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

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