Shades of Reef Gold #AB9C33
Tints of Reef Gold #AB9C33
RGB
CMYK
RGB Variations
Color information
#AB9C33 (or 0xAB9C33) is known color: Reef Gold. HEX triplet: AB, 9C and 33. RGB value is (171,156,51). Sum of RGB (Red+Green+Blue) = 171+156+51=378 (50% of max value = 765). Red value is 171 (67.19% from 255 or 45.24% from 378); Green value is 156 (61.33% from 255 or 41.27% from 378); Blue value is 51 (20.31% from 255 or 13.49% from 378); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9C33 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB9C33 is #5463CC. Grayscale: #949494. Windows color (decimal): -5530573 or 3382443. OLE color: 3382443.
HSL color Cylindrical-coordinate representation of color #AB9C33: hue angle of 52.5º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AB9C33 is Cyan = 0, Magento = 0.09, Yellow = 0.70 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 156 | 51 | - |
| CMYK | 0 | 0.09 | 0.70 | 0.33 |
| HSL | 52.5º | 0.54% | 0.44% | - |
| HSV(B) | 52.5º | 0.7% | 0.67% | - |
| XYZ | 29.28 | 32.67 | 7.9 | - |
| YUV | 148.52 | 72.97 | 144.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 156 | 51 | 0 | 0.09 | 0.70 | 0.33 | 52.5 | 0.54 | 0.44 |
| Hex | AB | 9C | 33 | 0 | 9 | 46 | 21 | 34 | 36 | 2C |
| Octal | 253 | 234 | 63 | 0 | 11 | 106 | 41 | 64 | 66 | 54 |
| Binary | 10101011 | 10011100 | 110011 | 0 | 1001 | 1000110 | 100001 | 110100 | 110110 | 101100 |
Color Harmonies of #AB9C33
Complementary color
Monochromatic Colors of #AB9C33
Black with #AB9C33
Text Example
Text Example
White with #AB9C33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB9C33; }
p { color: rgb(171,156,51); }
H1.HeaderClassName
{
color: #AB9C33;
}
.AnyTagClassName
{
color: #AB9C33;
}
</style>
background-color css
<style>
a { background-color: #AB9C33; }
a { background-color: rgb(171,156,51); }
div.DivClassName
{
background-color: #AB9C33;
}
.BgClassName
{
background-color: #AB9C33;
}
</style>
border-color css
<style>
span { border-color: #AB9C33; }
span { border-color: rgb(171,156,51); }
td.TdClassName
{
border-color: #AB9C33;
}
.TagClassName
{
border-color: #AB9C33;
}
</style>