Shades of Reef Gold #AB9B32
Tints of Reef Gold #AB9B32
RGB
CMYK
RGB Variations
Color information
#AB9B32 (or 0xAB9B32) is known color: Reef Gold. HEX triplet: AB, 9B and 32. RGB value is (171,155,50). Sum of RGB (Red+Green+Blue) = 171+155+50=376 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.48% from 376); Green value is 155 (60.94% from 255 or 41.22% from 376); Blue value is 50 (19.92% from 255 or 13.30% from 376); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9B32 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB9B32 is #5464CD. Grayscale: #949494. Windows color (decimal): -5530830 or 3316651. OLE color: 3316651.
HSL color Cylindrical-coordinate representation of color #AB9B32: hue angle of 52.07º 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 #AB9B32 is Cyan = 0, Magento = 0.09, Yellow = 0.71 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 155 | 50 | - |
| CMYK | 0 | 0.09 | 0.71 | 0.33 |
| HSL | 52.07º | 0.55% | 0.43% | - |
| HSV(B) | 52.07º | 0.71% | 0.67% | - |
| XYZ | 29.09 | 32.33 | 7.72 | - |
| YUV | 147.81 | 72.8 | 144.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 155 | 50 | 0 | 0.09 | 0.71 | 0.33 | 52.07 | 0.55 | 0.43 |
| Hex | AB | 9B | 32 | 0 | 9 | 47 | 21 | 34 | 37 | 2B |
| Octal | 253 | 233 | 62 | 0 | 11 | 107 | 41 | 64 | 67 | 53 |
| Binary | 10101011 | 10011011 | 110010 | 0 | 1001 | 1000111 | 100001 | 110100 | 110111 | 101011 |
Color Harmonies of #AB9B32
Complementary color
Monochromatic Colors of #AB9B32
Black with #AB9B32
Text Example
Text Example
White with #AB9B32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB9B32; }
p { color: rgb(171,155,50); }
H1.HeaderClassName
{
color: #AB9B32;
}
.AnyTagClassName
{
color: #AB9B32;
}
</style>
background-color css
<style>
a { background-color: #AB9B32; }
a { background-color: rgb(171,155,50); }
div.DivClassName
{
background-color: #AB9B32;
}
.BgClassName
{
background-color: #AB9B32;
}
</style>
border-color css
<style>
span { border-color: #AB9B32; }
span { border-color: rgb(171,155,50); }
td.TdClassName
{
border-color: #AB9B32;
}
.TagClassName
{
border-color: #AB9B32;
}
</style>