Shades of Reef Gold #AC9B32
Tints of Reef Gold #AC9B32
RGB
CMYK
RGB Variations
Color information
#AC9B32 (or 0xAC9B32) is known color: Reef Gold. HEX triplet: AC, 9B and 32. RGB value is (172,155,50). Sum of RGB (Red+Green+Blue) = 172+155+50=377 (49% of max value = 765). Red value is 172 (67.58% from 255 or 45.62% from 377); Green value is 155 (60.94% from 255 or 41.11% from 377); Blue value is 50 (19.92% from 255 or 13.26% from 377); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9B32 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC9B32 is #5364CD. Grayscale: #949494. Windows color (decimal): -5465294 or 3316652. OLE color: 3316652.
HSL color Cylindrical-coordinate representation of color #AC9B32: hue angle of 51.64º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AC9B32 is Cyan = 0, Magento = 0.10, Yellow = 0.71 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 155 | 50 | - |
| CMYK | 0 | 0.10 | 0.71 | 0.33 |
| HSL | 51.64º | 0.55% | 0.44% | - |
| HSV(B) | 51.64º | 0.71% | 0.67% | - |
| XYZ | 29.31 | 32.44 | 7.74 | - |
| YUV | 148.11 | 72.63 | 145.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 155 | 50 | 0 | 0.10 | 0.71 | 0.33 | 51.64 | 0.55 | 0.44 |
| Hex | AC | 9B | 32 | 0 | A | 47 | 21 | 34 | 37 | 2C |
| Octal | 254 | 233 | 62 | 0 | 12 | 107 | 41 | 64 | 67 | 54 |
| Binary | 10101100 | 10011011 | 110010 | 0 | 1010 | 1000111 | 100001 | 110100 | 110111 | 101100 |
Color Harmonies of #AC9B32
Complementary color
Monochromatic Colors of #AC9B32
Black with #AC9B32
Text Example
Text Example
White with #AC9B32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC9B32; }
p { color: rgb(172,155,50); }
H1.HeaderClassName
{
color: #AC9B32;
}
.AnyTagClassName
{
color: #AC9B32;
}
</style>
background-color css
<style>
a { background-color: #AC9B32; }
a { background-color: rgb(172,155,50); }
div.DivClassName
{
background-color: #AC9B32;
}
.BgClassName
{
background-color: #AC9B32;
}
</style>
border-color css
<style>
span { border-color: #AC9B32; }
span { border-color: rgb(172,155,50); }
td.TdClassName
{
border-color: #AC9B32;
}
.TagClassName
{
border-color: #AC9B32;
}
</style>