Shades of Reef Gold #AC922C
Tints of Reef Gold #AC922C
RGB
CMYK
RGB Variations
Color information
#AC922C (or 0xAC922C) is known color: Reef Gold. HEX triplet: AC, 92 and 2C. RGB value is (172,146,44). Sum of RGB (Red+Green+Blue) = 172+146+44=362 (47% of max value = 765). Red value is 172 (67.58% from 255 or 47.51% from 362); Green value is 146 (57.42% from 255 or 40.33% from 362); Blue value is 44 (17.58% from 255 or 12.15% from 362); Max value from RGB is 172 - color contains mainly: red. Hex color #AC922C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC922C is #536DD3. Grayscale: #8E8E8E. Windows color (decimal): -5467604 or 2921132. OLE color: 2921132.
HSL color Cylindrical-coordinate representation of color #AC922C: hue angle of 47.81º degrees, saturation: 0.59, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AC922C is Cyan = 0, Magento = 0.15, Yellow = 0.74 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 146 | 44 | - |
| CMYK | 0 | 0.15 | 0.74 | 0.33 |
| HSL | 47.81º | 0.59% | 0.42% | - |
| HSV(B) | 47.81º | 0.74% | 0.67% | - |
| XYZ | 27.75 | 29.51 | 6.62 | - |
| YUV | 142.15 | 72.61 | 149.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 146 | 44 | 0 | 0.15 | 0.74 | 0.33 | 47.81 | 0.59 | 0.42 |
| Hex | AC | 92 | 2C | 0 | F | 4A | 21 | 30 | 3B | 2A |
| Octal | 254 | 222 | 54 | 0 | 17 | 112 | 41 | 60 | 73 | 52 |
| Binary | 10101100 | 10010010 | 101100 | 0 | 1111 | 1001010 | 100001 | 110000 | 111011 | 101010 |
Color Harmonies of #AC922C
Complementary color
Monochromatic Colors of #AC922C
Black with #AC922C
Text Example
Text Example
White with #AC922C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC922C; }
p { color: rgb(172,146,44); }
H1.HeaderClassName
{
color: #AC922C;
}
.AnyTagClassName
{
color: #AC922C;
}
</style>
background-color css
<style>
a { background-color: #AC922C; }
a { background-color: rgb(172,146,44); }
div.DivClassName
{
background-color: #AC922C;
}
.BgClassName
{
background-color: #AC922C;
}
</style>
border-color css
<style>
span { border-color: #AC922C; }
span { border-color: rgb(172,146,44); }
td.TdClassName
{
border-color: #AC922C;
}
.TagClassName
{
border-color: #AC922C;
}
</style>