Shades of Reef Gold #AC8A32
Tints of Reef Gold #AC8A32
RGB
CMYK
RGB Variations
Color information
#AC8A32 (or 0xAC8A32) is known color: Reef Gold. HEX triplet: AC, 8A and 32. RGB value is (172,138,50). Sum of RGB (Red+Green+Blue) = 172+138+50=360 (47% of max value = 765). Red value is 172 (67.58% from 255 or 47.78% from 360); Green value is 138 (54.30% from 255 or 38.33% from 360); Blue value is 50 (19.92% from 255 or 13.89% from 360); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8A32 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC8A32 is #5375CD. Grayscale: #8A8A8A. Windows color (decimal): -5469646 or 3312300. OLE color: 3312300.
HSL color Cylindrical-coordinate representation of color #AC8A32: hue angle of 43.28º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AC8A32 is Cyan = 0, Magento = 0.20, Yellow = 0.71 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 138 | 50 | - |
| CMYK | 0 | 0.20 | 0.71 | 0.33 |
| HSL | 43.28º | 0.55% | 0.44% | - |
| HSV(B) | 43.28º | 0.71% | 0.67% | - |
| XYZ | 26.68 | 27.18 | 6.86 | - |
| YUV | 138.13 | 78.26 | 152.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 138 | 50 | 0 | 0.20 | 0.71 | 0.33 | 43.28 | 0.55 | 0.44 |
| Hex | AC | 8A | 32 | 0 | 14 | 47 | 21 | 2B | 37 | 2C |
| Octal | 254 | 212 | 62 | 0 | 24 | 107 | 41 | 53 | 67 | 54 |
| Binary | 10101100 | 10001010 | 110010 | 0 | 10100 | 1000111 | 100001 | 101011 | 110111 | 101100 |
Color Harmonies of #AC8A32
Complementary color
Monochromatic Colors of #AC8A32
Black with #AC8A32
Text Example
Text Example
White with #AC8A32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC8A32; }
p { color: rgb(172,138,50); }
H1.HeaderClassName
{
color: #AC8A32;
}
.AnyTagClassName
{
color: #AC8A32;
}
</style>
background-color css
<style>
a { background-color: #AC8A32; }
a { background-color: rgb(172,138,50); }
div.DivClassName
{
background-color: #AC8A32;
}
.BgClassName
{
background-color: #AC8A32;
}
</style>
border-color css
<style>
span { border-color: #AC8A32; }
span { border-color: rgb(172,138,50); }
td.TdClassName
{
border-color: #AC8A32;
}
.TagClassName
{
border-color: #AC8A32;
}
</style>