Shades of Reef Gold #AB9C32
Tints of Reef Gold #AB9C32
RGB
CMYK
RGB Variations
Color information
#AB9C32 (or 0xAB9C32) is known color: Reef Gold. HEX triplet: AB, 9C and 32. RGB value is (171,156,50). Sum of RGB (Red+Green+Blue) = 171+156+50=377 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.36% from 377); Green value is 156 (61.33% from 255 or 41.38% from 377); Blue value is 50 (19.92% from 255 or 13.26% from 377); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9C32 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB9C32 is #5463CD. Grayscale: #949494. Windows color (decimal): -5530574 or 3316907. OLE color: 3316907.
HSL color Cylindrical-coordinate representation of color #AB9C32: hue angle of 52.56º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AB9C32 is Cyan = 0, Magento = 0.09, Yellow = 0.71 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 156 | 50 | - |
| CMYK | 0 | 0.09 | 0.71 | 0.33 |
| HSL | 52.56º | 0.55% | 0.43% | - |
| HSV(B) | 52.56º | 0.71% | 0.67% | - |
| XYZ | 29.26 | 32.67 | 7.78 | - |
| YUV | 148.4 | 72.47 | 144.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 156 | 50 | 0 | 0.09 | 0.71 | 0.33 | 52.56 | 0.55 | 0.43 |
| Hex | AB | 9C | 32 | 0 | 9 | 47 | 21 | 35 | 37 | 2B |
| Octal | 253 | 234 | 62 | 0 | 11 | 107 | 41 | 65 | 67 | 53 |
| Binary | 10101011 | 10011100 | 110010 | 0 | 1001 | 1000111 | 100001 | 110101 | 110111 | 101011 |
Color Harmonies of #AB9C32
Complementary color
Monochromatic Colors of #AB9C32
Black with #AB9C32
Text Example
Text Example
White with #AB9C32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB9C32; }
p { color: rgb(171,156,50); }
H1.HeaderClassName
{
color: #AB9C32;
}
.AnyTagClassName
{
color: #AB9C32;
}
</style>
background-color css
<style>
a { background-color: #AB9C32; }
a { background-color: rgb(171,156,50); }
div.DivClassName
{
background-color: #AB9C32;
}
.BgClassName
{
background-color: #AB9C32;
}
</style>
border-color css
<style>
span { border-color: #AB9C32; }
span { border-color: rgb(171,156,50); }
td.TdClassName
{
border-color: #AB9C32;
}
.TagClassName
{
border-color: #AB9C32;
}
</style>