Shades of Reef Gold #AB9A36
Tints of Reef Gold #AB9A36
RGB
CMYK
RGB Variations
Color information
#AB9A36 (or 0xAB9A36) is known color: Reef Gold. HEX triplet: AB, 9A and 36. RGB value is (171,154,54). Sum of RGB (Red+Green+Blue) = 171+154+54=379 (50% of max value = 765). Red value is 171 (67.19% from 255 or 45.12% from 379); Green value is 154 (60.55% from 255 or 40.63% from 379); Blue value is 54 (21.48% from 255 or 14.25% from 379); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9A36 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB9A36 is #5465C9. Grayscale: #949494. Windows color (decimal): -5531082 or 3578539. OLE color: 3578539.
HSL color Cylindrical-coordinate representation of color #AB9A36: hue angle of 51.28º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AB9A36 is Cyan = 0, Magento = 0.10, Yellow = 0.68 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 154 | 54 | - |
| CMYK | 0 | 0.10 | 0.68 | 0.33 |
| HSL | 51.28º | 0.52% | 0.44% | - |
| HSV(B) | 51.28º | 0.68% | 0.67% | - |
| XYZ | 29.02 | 32.04 | 8.14 | - |
| YUV | 147.68 | 75.13 | 144.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 154 | 54 | 0 | 0.10 | 0.68 | 0.33 | 51.28 | 0.52 | 0.44 |
| Hex | AB | 9A | 36 | 0 | A | 44 | 21 | 33 | 34 | 2C |
| Octal | 253 | 232 | 66 | 0 | 12 | 104 | 41 | 63 | 64 | 54 |
| Binary | 10101011 | 10011010 | 110110 | 0 | 1010 | 1000100 | 100001 | 110011 | 110100 | 101100 |
Color Harmonies of #AB9A36
Complementary color
Monochromatic Colors of #AB9A36
Black with #AB9A36
Text Example
Text Example
White with #AB9A36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB9A36; }
p { color: rgb(171,154,54); }
H1.HeaderClassName
{
color: #AB9A36;
}
.AnyTagClassName
{
color: #AB9A36;
}
</style>
background-color css
<style>
a { background-color: #AB9A36; }
a { background-color: rgb(171,154,54); }
div.DivClassName
{
background-color: #AB9A36;
}
.BgClassName
{
background-color: #AB9A36;
}
</style>
border-color css
<style>
span { border-color: #AB9A36; }
span { border-color: rgb(171,154,54); }
td.TdClassName
{
border-color: #AB9A36;
}
.TagClassName
{
border-color: #AB9A36;
}
</style>