Shades of Reef Gold #AC952D
Tints of Reef Gold #AC952D
RGB
CMYK
RGB Variations
Color information
#AC952D (or 0xAC952D) is known color: Reef Gold. HEX triplet: AC, 95 and 2D. RGB value is (172,149,45). Sum of RGB (Red+Green+Blue) = 172+149+45=366 (48% of max value = 765). Red value is 172 (67.58% from 255 or 46.99% from 366); Green value is 149 (58.59% from 255 or 40.71% from 366); Blue value is 45 (17.97% from 255 or 12.30% from 366); Max value from RGB is 172 - color contains mainly: red. Hex color #AC952D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC952D is #536AD2. Grayscale: #909090. Windows color (decimal): -5466835 or 2987436. OLE color: 2987436.
HSL color Cylindrical-coordinate representation of color #AC952D: hue angle of 49.13º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AC952D is Cyan = 0, Magento = 0.13, Yellow = 0.74 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 149 | 45 | - |
| CMYK | 0 | 0.13 | 0.74 | 0.33 |
| HSL | 49.13º | 0.59% | 0.43% | - |
| HSV(B) | 49.13º | 0.74% | 0.67% | - |
| XYZ | 28.23 | 30.46 | 6.87 | - |
| YUV | 144.02 | 72.12 | 147.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 149 | 45 | 0 | 0.13 | 0.74 | 0.33 | 49.13 | 0.59 | 0.43 |
| Hex | AC | 95 | 2D | 0 | D | 4A | 21 | 31 | 3B | 2B |
| Octal | 254 | 225 | 55 | 0 | 15 | 112 | 41 | 61 | 73 | 53 |
| Binary | 10101100 | 10010101 | 101101 | 0 | 1101 | 1001010 | 100001 | 110001 | 111011 | 101011 |
Color Harmonies of #AC952D
Complementary color
Monochromatic Colors of #AC952D
Black with #AC952D
Text Example
Text Example
White with #AC952D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC952D; }
p { color: rgb(172,149,45); }
H1.HeaderClassName
{
color: #AC952D;
}
.AnyTagClassName
{
color: #AC952D;
}
</style>
background-color css
<style>
a { background-color: #AC952D; }
a { background-color: rgb(172,149,45); }
div.DivClassName
{
background-color: #AC952D;
}
.BgClassName
{
background-color: #AC952D;
}
</style>
border-color css
<style>
span { border-color: #AC952D; }
span { border-color: rgb(172,149,45); }
td.TdClassName
{
border-color: #AC952D;
}
.TagClassName
{
border-color: #AC952D;
}
</style>