Shades of Reef Gold #AC9A37
Tints of Reef Gold #AC9A37
RGB
CMYK
RGB Variations
Color information
#AC9A37 (or 0xAC9A37) is known color: Reef Gold. HEX triplet: AC, 9A and 37. RGB value is (172,154,55). Sum of RGB (Red+Green+Blue) = 172+154+55=381 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.14% from 381); Green value is 154 (60.55% from 255 or 40.42% from 381); Blue value is 55 (21.88% from 255 or 14.44% from 381); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9A37 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC9A37 is #5365C8. Grayscale: #949494. Windows color (decimal): -5465545 or 3644076. OLE color: 3644076.
HSL color Cylindrical-coordinate representation of color #AC9A37: hue angle of 50.77º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AC9A37 is Cyan = 0, Magento = 0.10, Yellow = 0.68 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 154 | 55 | - |
| CMYK | 0 | 0.10 | 0.68 | 0.33 |
| HSL | 50.77º | 0.52% | 0.45% | - |
| HSV(B) | 50.77º | 0.68% | 0.67% | - |
| XYZ | 29.26 | 32.16 | 8.28 | - |
| YUV | 148.1 | 75.46 | 145.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 154 | 55 | 0 | 0.10 | 0.68 | 0.33 | 50.77 | 0.52 | 0.45 |
| Hex | AC | 9A | 37 | 0 | A | 44 | 21 | 33 | 34 | 2D |
| Octal | 254 | 232 | 67 | 0 | 12 | 104 | 41 | 63 | 64 | 55 |
| Binary | 10101100 | 10011010 | 110111 | 0 | 1010 | 1000100 | 100001 | 110011 | 110100 | 101101 |
Color Harmonies of #AC9A37
Complementary color
Monochromatic Colors of #AC9A37
Black with #AC9A37
Text Example
Text Example
White with #AC9A37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC9A37; }
p { color: rgb(172,154,55); }
H1.HeaderClassName
{
color: #AC9A37;
}
.AnyTagClassName
{
color: #AC9A37;
}
</style>
background-color css
<style>
a { background-color: #AC9A37; }
a { background-color: rgb(172,154,55); }
div.DivClassName
{
background-color: #AC9A37;
}
.BgClassName
{
background-color: #AC9A37;
}
</style>
border-color css
<style>
span { border-color: #AC9A37; }
span { border-color: rgb(172,154,55); }
td.TdClassName
{
border-color: #AC9A37;
}
.TagClassName
{
border-color: #AC9A37;
}
</style>