Shades of Reef Gold #AC9038
Tints of Reef Gold #AC9038
RGB
CMYK
RGB Variations
Color information
#AC9038 (or 0xAC9038) is known color: Reef Gold. HEX triplet: AC, 90 and 38. RGB value is (172,144,56). Sum of RGB (Red+Green+Blue) = 172+144+56=372 (49% of max value = 765). Red value is 172 (67.58% from 255 or 46.24% from 372); Green value is 144 (56.64% from 255 or 38.71% from 372); Blue value is 56 (22.27% from 255 or 15.05% from 372); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9038 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC9038 is #536FC7. Grayscale: #8E8E8E. Windows color (decimal): -5468104 or 3707052. OLE color: 3707052.
HSL color Cylindrical-coordinate representation of color #AC9038: hue angle of 45.52º 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 #AC9038 is Cyan = 0, Magento = 0.16, Yellow = 0.67 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 144 | 56 | - |
| CMYK | 0 | 0.16 | 0.67 | 0.33 |
| HSL | 45.52º | 0.51% | 0.45% | - |
| HSV(B) | 45.52º | 0.67% | 0.67% | - |
| XYZ | 27.7 | 29 | 7.88 | - |
| YUV | 142.34 | 79.28 | 149.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 144 | 56 | 0 | 0.16 | 0.67 | 0.33 | 45.52 | 0.51 | 0.45 |
| Hex | AC | 90 | 38 | 0 | 10 | 43 | 21 | 2E | 33 | 2D |
| Octal | 254 | 220 | 70 | 0 | 20 | 103 | 41 | 56 | 63 | 55 |
| Binary | 10101100 | 10010000 | 111000 | 0 | 10000 | 1000011 | 100001 | 101110 | 110011 | 101101 |
Color Harmonies of #AC9038
Complementary color
Monochromatic Colors of #AC9038
Black with #AC9038
Text Example
Text Example
White with #AC9038
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC9038; }
p { color: rgb(172,144,56); }
H1.HeaderClassName
{
color: #AC9038;
}
.AnyTagClassName
{
color: #AC9038;
}
</style>
background-color css
<style>
a { background-color: #AC9038; }
a { background-color: rgb(172,144,56); }
div.DivClassName
{
background-color: #AC9038;
}
.BgClassName
{
background-color: #AC9038;
}
</style>
border-color css
<style>
span { border-color: #AC9038; }
span { border-color: rgb(172,144,56); }
td.TdClassName
{
border-color: #AC9038;
}
.TagClassName
{
border-color: #AC9038;
}
</style>