Shades of Reef Gold #AC9A36
Tints of Reef Gold #AC9A36
RGB
CMYK
RGB Variations
Color information
#AC9A36 (or 0xAC9A36) is known color: Reef Gold. HEX triplet: AC, 9A and 36. RGB value is (172,154,54). Sum of RGB (Red+Green+Blue) = 172+154+54=380 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.26% from 380); Green value is 154 (60.55% from 255 or 40.53% from 380); Blue value is 54 (21.48% from 255 or 14.21% from 380); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9A36 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC9A36 is #5365C9. Grayscale: #949494. Windows color (decimal): -5465546 or 3578540. OLE color: 3578540.
HSL color Cylindrical-coordinate representation of color #AC9A36: hue angle of 50.85º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AC9A36 is Cyan = 0, Magento = 0.10, Yellow = 0.69 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 154 | 54 | - |
| CMYK | 0 | 0.10 | 0.69 | 0.33 |
| HSL | 50.85º | 0.52% | 0.44% | - |
| HSV(B) | 50.85º | 0.69% | 0.67% | - |
| XYZ | 29.23 | 32.15 | 8.15 | - |
| YUV | 147.98 | 74.96 | 145.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 154 | 54 | 0 | 0.10 | 0.69 | 0.33 | 50.85 | 0.52 | 0.44 |
| Hex | AC | 9A | 36 | 0 | A | 45 | 21 | 33 | 34 | 2C |
| Octal | 254 | 232 | 66 | 0 | 12 | 105 | 41 | 63 | 64 | 54 |
| Binary | 10101100 | 10011010 | 110110 | 0 | 1010 | 1000101 | 100001 | 110011 | 110100 | 101100 |
Color Harmonies of #AC9A36
Complementary color
Monochromatic Colors of #AC9A36
Black with #AC9A36
Text Example
Text Example
White with #AC9A36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC9A36; }
p { color: rgb(172,154,54); }
H1.HeaderClassName
{
color: #AC9A36;
}
.AnyTagClassName
{
color: #AC9A36;
}
</style>
background-color css
<style>
a { background-color: #AC9A36; }
a { background-color: rgb(172,154,54); }
div.DivClassName
{
background-color: #AC9A36;
}
.BgClassName
{
background-color: #AC9A36;
}
</style>
border-color css
<style>
span { border-color: #AC9A36; }
span { border-color: rgb(172,154,54); }
td.TdClassName
{
border-color: #AC9A36;
}
.TagClassName
{
border-color: #AC9A36;
}
</style>