Shades of Reef Gold #AC9935
Tints of Reef Gold #AC9935
RGB
CMYK
RGB Variations
Color information
#AC9935 (or 0xAC9935) is known color: Reef Gold. HEX triplet: AC, 99 and 35. RGB value is (172,153,53). Sum of RGB (Red+Green+Blue) = 172+153+53=378 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.50% from 378); Green value is 153 (60.16% from 255 or 40.48% from 378); Blue value is 53 (21.09% from 255 or 14.02% from 378); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9935 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC9935 is #5366CA. Grayscale: #939393. Windows color (decimal): -5465803 or 3512748. OLE color: 3512748.
HSL color Cylindrical-coordinate representation of color #AC9935: hue angle of 50.42º degrees, saturation: 0.53, 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 #AC9935 is Cyan = 0, Magento = 0.11, Yellow = 0.69 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 153 | 53 | - |
| CMYK | 0 | 0.11 | 0.69 | 0.33 |
| HSL | 50.42º | 0.53% | 0.44% | - |
| HSV(B) | 50.42º | 0.69% | 0.67% | - |
| XYZ | 29.05 | 31.81 | 7.98 | - |
| YUV | 147.28 | 74.79 | 145.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 153 | 53 | 0 | 0.11 | 0.69 | 0.33 | 50.42 | 0.53 | 0.44 |
| Hex | AC | 99 | 35 | 0 | B | 45 | 21 | 32 | 35 | 2C |
| Octal | 254 | 231 | 65 | 0 | 13 | 105 | 41 | 62 | 65 | 54 |
| Binary | 10101100 | 10011001 | 110101 | 0 | 1011 | 1000101 | 100001 | 110010 | 110101 | 101100 |
Color Harmonies of #AC9935
Complementary color
Monochromatic Colors of #AC9935
Black with #AC9935
Text Example
Text Example
White with #AC9935
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC9935; }
p { color: rgb(172,153,53); }
H1.HeaderClassName
{
color: #AC9935;
}
.AnyTagClassName
{
color: #AC9935;
}
</style>
background-color css
<style>
a { background-color: #AC9935; }
a { background-color: rgb(172,153,53); }
div.DivClassName
{
background-color: #AC9935;
}
.BgClassName
{
background-color: #AC9935;
}
</style>
border-color css
<style>
span { border-color: #AC9935; }
span { border-color: rgb(172,153,53); }
td.TdClassName
{
border-color: #AC9935;
}
.TagClassName
{
border-color: #AC9935;
}
</style>