Shades of Reef Gold #A39233
Tints of Reef Gold #A39233
RGB
CMYK
RGB Variations
Color information
#A39233 (or 0xA39233) is known color: Reef Gold. HEX triplet: A3, 92 and 33. RGB value is (163,146,51). Sum of RGB (Red+Green+Blue) = 163+146+51=360 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.28% from 360); Green value is 146 (57.42% from 255 or 40.56% from 360); Blue value is 51 (20.31% from 255 or 14.17% from 360); Max value from RGB is 163 - color contains mainly: red. Hex color #A39233 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A39233 is #5C6DCC. Grayscale: #8C8C8C. Windows color (decimal): -6057421 or 3379875. OLE color: 3379875.
HSL color Cylindrical-coordinate representation of color #A39233: hue angle of 50.89º degrees, saturation: 0.52, 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 #A39233 is Cyan = 0, Magento = 0.10, Yellow = 0.69 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 146 | 51 | - |
| CMYK | 0 | 0.10 | 0.69 | 0.36 |
| HSL | 50.89º | 0.52% | 0.42% | - |
| HSV(B) | 50.89º | 0.69% | 0.64% | - |
| XYZ | 25.98 | 28.58 | 7.28 | - |
| YUV | 140.25 | 77.63 | 144.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 146 | 51 | 0 | 0.10 | 0.69 | 0.36 | 50.89 | 0.52 | 0.42 |
| Hex | A3 | 92 | 33 | 0 | A | 45 | 24 | 33 | 34 | 2A |
| Octal | 243 | 222 | 63 | 0 | 12 | 105 | 44 | 63 | 64 | 52 |
| Binary | 10100011 | 10010010 | 110011 | 0 | 1010 | 1000101 | 100100 | 110011 | 110100 | 101010 |
Color Harmonies of #A39233
Complementary color
Monochromatic Colors of #A39233
Black with #A39233
Text Example
Text Example
White with #A39233
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A39233; }
p { color: rgb(163,146,51); }
H1.HeaderClassName
{
color: #A39233;
}
.AnyTagClassName
{
color: #A39233;
}
</style>
background-color css
<style>
a { background-color: #A39233; }
a { background-color: rgb(163,146,51); }
div.DivClassName
{
background-color: #A39233;
}
.BgClassName
{
background-color: #A39233;
}
</style>
border-color css
<style>
span { border-color: #A39233; }
span { border-color: rgb(163,146,51); }
td.TdClassName
{
border-color: #A39233;
}
.TagClassName
{
border-color: #A39233;
}
</style>