Shades of Reef Gold #AB9C36
Tints of Reef Gold #AB9C36
RGB
CMYK
RGB Variations
Color information
#AB9C36 (or 0xAB9C36) is known color: Reef Gold. HEX triplet: AB, 9C and 36. RGB value is (171,156,54). Sum of RGB (Red+Green+Blue) = 171+156+54=381 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.88% from 381); Green value is 156 (61.33% from 255 or 40.94% from 381); Blue value is 54 (21.48% from 255 or 14.17% from 381); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9C36 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB9C36 is #5463C9. Grayscale: #959595. Windows color (decimal): -5530570 or 3579051. OLE color: 3579051.
HSL color Cylindrical-coordinate representation of color #AB9C36: hue angle of 52.31º 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 #AB9C36 is Cyan = 0, Magento = 0.09, Yellow = 0.68 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 156 | 54 | - |
| CMYK | 0 | 0.09 | 0.68 | 0.33 |
| HSL | 52.31º | 0.52% | 0.44% | - |
| HSV(B) | 52.31º | 0.68% | 0.67% | - |
| XYZ | 29.35 | 32.7 | 8.26 | - |
| YUV | 148.86 | 74.47 | 143.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 156 | 54 | 0 | 0.09 | 0.68 | 0.33 | 52.31 | 0.52 | 0.44 |
| Hex | AB | 9C | 36 | 0 | 9 | 44 | 21 | 34 | 34 | 2C |
| Octal | 253 | 234 | 66 | 0 | 11 | 104 | 41 | 64 | 64 | 54 |
| Binary | 10101011 | 10011100 | 110110 | 0 | 1001 | 1000100 | 100001 | 110100 | 110100 | 101100 |
Color Harmonies of #AB9C36
Complementary color
Monochromatic Colors of #AB9C36
Black with #AB9C36
Text Example
Text Example
White with #AB9C36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB9C36; }
p { color: rgb(171,156,54); }
H1.HeaderClassName
{
color: #AB9C36;
}
.AnyTagClassName
{
color: #AB9C36;
}
</style>
background-color css
<style>
a { background-color: #AB9C36; }
a { background-color: rgb(171,156,54); }
div.DivClassName
{
background-color: #AB9C36;
}
.BgClassName
{
background-color: #AB9C36;
}
</style>
border-color css
<style>
span { border-color: #AB9C36; }
span { border-color: rgb(171,156,54); }
td.TdClassName
{
border-color: #AB9C36;
}
.TagClassName
{
border-color: #AB9C36;
}
</style>