#AB9129

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

Shades of Reef Gold #AB9129

Tints of Reef Gold #AB9129

Color information

#AB9129 (or 0xAB9129) is unknown color: approx Reef Gold. HEX triplet: AB, 91 and 29. RGB value is (171,145,41). Sum of RGB (Red+Green+Blue) = 171+145+41=357 (47% of max value = 765). Red value is 171 (67.19% from 255 or 47.90% from 357); Green value is 145 (57.03% from 255 or 40.62% from 357); Blue value is 41 (16.41% from 255 or 11.48% from 357); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9129 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB9129 is #546ED6. Grayscale: #8D8D8D. Windows color (decimal): -5533399 or 2724267. OLE color: 2724267.

HSL color Cylindrical-coordinate representation of color #AB9129: hue angle of 48º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AB9129 is Cyan = 0, Magento = 0.15, Yellow = 0.76 and Black (K on CMYK) = 0.33.

Color convert

RGB17114541-
CMYK00.150.760.33
HSL48º61.32%41.57%-
HSV(B)48º76.02%67.06%-
XYZ27.3229.076.27-
YUV140.9271.61149.46-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 47.90%
GREEN value IS 145 (57.03% from 255) = 40.62%
BLUE value IS 41 (16.41% from 255) = 11.48%
R=47.90%
G=40.62%
B=11.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.76
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711454100.150.760.334861.3241.57
HexAB91290F4C21303d2a
Octal2532215101711441607552
Binary1010101110010001101001011111001100100001110000111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB9129

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB9129; }

 p { color: rgb(171,145,41); }

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

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

 a { background-color: rgb(171,145,41); }

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

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

 span { border-color: rgb(171,145,41); }

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