Shades of Reef Gold #AC8F38
Tints of Reef Gold #AC8F38
RGB
CMYK
RGB Variations
Color information
#AC8F38 (or 0xAC8F38) is known color: Reef Gold. HEX triplet: AC, 8F and 38. RGB value is (172,143,56). Sum of RGB (Red+Green+Blue) = 172+143+56=371 (49% of max value = 765). Red value is 172 (67.58% from 255 or 46.36% from 371); Green value is 143 (56.25% from 255 or 38.54% from 371); Blue value is 56 (22.27% from 255 or 15.09% from 371); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8F38 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC8F38 is #5370C7. Grayscale: #8E8E8E. Windows color (decimal): -5468360 or 3706796. OLE color: 3706796.
HSL color Cylindrical-coordinate representation of color #AC8F38: hue angle of 45º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AC8F38 is Cyan = 0, Magento = 0.17, Yellow = 0.67 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 143 | 56 | - |
| CMYK | 0 | 0.17 | 0.67 | 0.33 |
| HSL | 45º | 0.51% | 0.45% | - |
| HSV(B) | 45º | 0.67% | 0.67% | - |
| XYZ | 27.55 | 28.7 | 7.83 | - |
| YUV | 141.75 | 79.61 | 149.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 143 | 56 | 0 | 0.17 | 0.67 | 0.33 | 45 | 0.51 | 0.45 |
| Hex | AC | 8F | 38 | 0 | 11 | 43 | 21 | 2D | 33 | 2D |
| Octal | 254 | 217 | 70 | 0 | 21 | 103 | 41 | 55 | 63 | 55 |
| Binary | 10101100 | 10001111 | 111000 | 0 | 10001 | 1000011 | 100001 | 101101 | 110011 | 101101 |
Color Harmonies of #AC8F38
Complementary color
Monochromatic Colors of #AC8F38
Black with #AC8F38
Text Example
Text Example
White with #AC8F38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC8F38; }
p { color: rgb(172,143,56); }
H1.HeaderClassName
{
color: #AC8F38;
}
.AnyTagClassName
{
color: #AC8F38;
}
</style>
background-color css
<style>
a { background-color: #AC8F38; }
a { background-color: rgb(172,143,56); }
div.DivClassName
{
background-color: #AC8F38;
}
.BgClassName
{
background-color: #AC8F38;
}
</style>
border-color css
<style>
span { border-color: #AC8F38; }
span { border-color: rgb(172,143,56); }
td.TdClassName
{
border-color: #AC8F38;
}
.TagClassName
{
border-color: #AC8F38;
}
</style>