Shades of Reef Gold #A39232
Tints of Reef Gold #A39232
RGB
CMYK
RGB Variations
Color information
#A39232 (or 0xA39232) is known color: Reef Gold. HEX triplet: A3, 92 and 32. RGB value is (163,146,50). Sum of RGB (Red+Green+Blue) = 163+146+50=359 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.40% from 359); Green value is 146 (57.42% from 255 or 40.67% from 359); Blue value is 50 (19.92% from 255 or 13.93% from 359); Max value from RGB is 163 - color contains mainly: red. Hex color #A39232 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A39232 is #5C6DCD. Grayscale: #8C8C8C. Windows color (decimal): -6057422 or 3314339. OLE color: 3314339.
HSL color Cylindrical-coordinate representation of color #A39232: hue angle of 50.97º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A39232 is Cyan = 0, Magento = 0.10, Yellow = 0.69 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 146 | 50 | - |
| CMYK | 0 | 0.10 | 0.69 | 0.36 |
| HSL | 50.97º | 0.53% | 0.42% | - |
| HSV(B) | 50.97º | 0.69% | 0.64% | - |
| XYZ | 25.96 | 28.57 | 7.16 | - |
| YUV | 140.14 | 77.13 | 144.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 146 | 50 | 0 | 0.10 | 0.69 | 0.36 | 50.97 | 0.53 | 0.42 |
| Hex | A3 | 92 | 32 | 0 | A | 45 | 24 | 33 | 35 | 2A |
| Octal | 243 | 222 | 62 | 0 | 12 | 105 | 44 | 63 | 65 | 52 |
| Binary | 10100011 | 10010010 | 110010 | 0 | 1010 | 1000101 | 100100 | 110011 | 110101 | 101010 |
Color Harmonies of #A39232
Complementary color
Monochromatic Colors of #A39232
Black with #A39232
Text Example
Text Example
White with #A39232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A39232; }
p { color: rgb(163,146,50); }
H1.HeaderClassName
{
color: #A39232;
}
.AnyTagClassName
{
color: #A39232;
}
</style>
background-color css
<style>
a { background-color: #A39232; }
a { background-color: rgb(163,146,50); }
div.DivClassName
{
background-color: #A39232;
}
.BgClassName
{
background-color: #A39232;
}
</style>
border-color css
<style>
span { border-color: #A39232; }
span { border-color: rgb(163,146,50); }
td.TdClassName
{
border-color: #A39232;
}
.TagClassName
{
border-color: #A39232;
}
</style>