Shades of Reef Gold #AC8731
Tints of Reef Gold #AC8731
RGB
CMYK
RGB Variations
Color information
#AC8731 (or 0xAC8731) is known color: Reef Gold. HEX triplet: AC, 87 and 31. RGB value is (172,135,49). Sum of RGB (Red+Green+Blue) = 172+135+49=356 (47% of max value = 765). Red value is 172 (67.58% from 255 or 48.31% from 356); Green value is 135 (53.12% from 255 or 37.92% from 356); Blue value is 49 (19.53% from 255 or 13.76% from 356); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8731 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC8731 is #5378CE. Grayscale: #888888. Windows color (decimal): -5470415 or 3245996. OLE color: 3245996.
HSL color Cylindrical-coordinate representation of color #AC8731: hue angle of 41.95º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AC8731 is Cyan = 0, Magento = 0.22, Yellow = 0.72 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 135 | 49 | - |
| CMYK | 0 | 0.22 | 0.72 | 0.33 |
| HSL | 41.95º | 0.56% | 0.43% | - |
| HSV(B) | 41.95º | 0.72% | 0.67% | - |
| XYZ | 26.23 | 26.32 | 6.6 | - |
| YUV | 136.26 | 78.76 | 153.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 135 | 49 | 0 | 0.22 | 0.72 | 0.33 | 41.95 | 0.56 | 0.43 |
| Hex | AC | 87 | 31 | 0 | 16 | 48 | 21 | 2A | 38 | 2B |
| Octal | 254 | 207 | 61 | 0 | 26 | 110 | 41 | 52 | 70 | 53 |
| Binary | 10101100 | 10000111 | 110001 | 0 | 10110 | 1001000 | 100001 | 101010 | 111000 | 101011 |
Color Harmonies of #AC8731
Complementary color
Monochromatic Colors of #AC8731
Black with #AC8731
Text Example
Text Example
White with #AC8731
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC8731; }
p { color: rgb(172,135,49); }
H1.HeaderClassName
{
color: #AC8731;
}
.AnyTagClassName
{
color: #AC8731;
}
</style>
background-color css
<style>
a { background-color: #AC8731; }
a { background-color: rgb(172,135,49); }
div.DivClassName
{
background-color: #AC8731;
}
.BgClassName
{
background-color: #AC8731;
}
</style>
border-color css
<style>
span { border-color: #AC8731; }
span { border-color: rgb(172,135,49); }
td.TdClassName
{
border-color: #AC8731;
}
.TagClassName
{
border-color: #AC8731;
}
</style>