Shades of Reef Gold #AC8B31
Tints of Reef Gold #AC8B31
RGB
CMYK
RGB Variations
Color information
#AC8B31 (or 0xAC8B31) is known color: Reef Gold. HEX triplet: AC, 8B and 31. RGB value is (172,139,49). Sum of RGB (Red+Green+Blue) = 172+139+49=360 (47% of max value = 765). Red value is 172 (67.58% from 255 or 47.78% from 360); Green value is 139 (54.69% from 255 or 38.61% from 360); Blue value is 49 (19.53% from 255 or 13.61% from 360); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8B31 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC8B31 is #5374CE. Grayscale: #8A8A8A. Windows color (decimal): -5469391 or 3247020. OLE color: 3247020.
HSL color Cylindrical-coordinate representation of color #AC8B31: hue angle of 43.9º 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 #AC8B31 is Cyan = 0, Magento = 0.19, Yellow = 0.72 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 139 | 49 | - |
| CMYK | 0 | 0.19 | 0.72 | 0.33 |
| HSL | 43.9º | 0.56% | 0.43% | - |
| HSV(B) | 43.9º | 0.72% | 0.67% | - |
| XYZ | 26.8 | 27.46 | 6.79 | - |
| YUV | 138.61 | 77.43 | 151.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 139 | 49 | 0 | 0.19 | 0.72 | 0.33 | 43.9 | 0.56 | 0.43 |
| Hex | AC | 8B | 31 | 0 | 13 | 48 | 21 | 2C | 38 | 2B |
| Octal | 254 | 213 | 61 | 0 | 23 | 110 | 41 | 54 | 70 | 53 |
| Binary | 10101100 | 10001011 | 110001 | 0 | 10011 | 1001000 | 100001 | 101100 | 111000 | 101011 |
Color Harmonies of #AC8B31
Complementary color
Monochromatic Colors of #AC8B31
Black with #AC8B31
Text Example
Text Example
White with #AC8B31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC8B31; }
p { color: rgb(172,139,49); }
H1.HeaderClassName
{
color: #AC8B31;
}
.AnyTagClassName
{
color: #AC8B31;
}
</style>
background-color css
<style>
a { background-color: #AC8B31; }
a { background-color: rgb(172,139,49); }
div.DivClassName
{
background-color: #AC8B31;
}
.BgClassName
{
background-color: #AC8B31;
}
</style>
border-color css
<style>
span { border-color: #AC8B31; }
span { border-color: rgb(172,139,49); }
td.TdClassName
{
border-color: #AC8B31;
}
.TagClassName
{
border-color: #AC8B31;
}
</style>