Shades of Reef Gold #AC8D2B
Tints of Reef Gold #AC8D2B
RGB
CMYK
RGB Variations
Color information
#AC8D2B (or 0xAC8D2B) is known color: Reef Gold. HEX triplet: AC, 8D and 2B. RGB value is (172,141,43). Sum of RGB (Red+Green+Blue) = 172+141+43=356 (47% of max value = 765). Red value is 172 (67.58% from 255 or 48.31% from 356); Green value is 141 (55.47% from 255 or 39.61% from 356); Blue value is 43 (17.19% from 255 or 12.08% from 356); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8D2B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC8D2B is #5372D4. Grayscale: #8B8B8B. Windows color (decimal): -5468885 or 2854316. OLE color: 2854316.
HSL color Cylindrical-coordinate representation of color #AC8D2B: hue angle of 45.58º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AC8D2B is Cyan = 0, Magento = 0.18, Yellow = 0.75 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 141 | 43 | - |
| CMYK | 0 | 0.18 | 0.75 | 0.33 |
| HSL | 45.58º | 0.6% | 0.42% | - |
| HSV(B) | 45.58º | 0.75% | 0.67% | - |
| XYZ | 26.97 | 27.99 | 6.27 | - |
| YUV | 139.1 | 73.77 | 151.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 141 | 43 | 0 | 0.18 | 0.75 | 0.33 | 45.58 | 0.6 | 0.42 |
| Hex | AC | 8D | 2B | 0 | 12 | 4B | 21 | 2E | 3C | 2A |
| Octal | 254 | 215 | 53 | 0 | 22 | 113 | 41 | 56 | 74 | 52 |
| Binary | 10101100 | 10001101 | 101011 | 0 | 10010 | 1001011 | 100001 | 101110 | 111100 | 101010 |
Color Harmonies of #AC8D2B
Complementary color
Monochromatic Colors of #AC8D2B
Black with #AC8D2B
Text Example
Text Example
White with #AC8D2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC8D2B; }
p { color: rgb(172,141,43); }
H1.HeaderClassName
{
color: #AC8D2B;
}
.AnyTagClassName
{
color: #AC8D2B;
}
</style>
background-color css
<style>
a { background-color: #AC8D2B; }
a { background-color: rgb(172,141,43); }
div.DivClassName
{
background-color: #AC8D2B;
}
.BgClassName
{
background-color: #AC8D2B;
}
</style>
border-color css
<style>
span { border-color: #AC8D2B; }
span { border-color: rgb(172,141,43); }
td.TdClassName
{
border-color: #AC8D2B;
}
.TagClassName
{
border-color: #AC8D2B;
}
</style>