Shades of Reef Gold #A3932B
Tints of Reef Gold #A3932B
RGB
CMYK
RGB Variations
Color information
#A3932B (or 0xA3932B) is known color: Reef Gold. HEX triplet: A3, 93 and 2B. RGB value is (163,147,43). Sum of RGB (Red+Green+Blue) = 163+147+43=353 (46% of max value = 765). Red value is 163 (64.06% from 255 or 46.18% from 353); Green value is 147 (57.81% from 255 or 41.64% from 353); Blue value is 43 (17.19% from 255 or 12.18% from 353); Max value from RGB is 163 - color contains mainly: red. Hex color #A3932B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A3932B is #5C6CD4. Grayscale: #8C8C8C. Windows color (decimal): -6057173 or 2855843. OLE color: 2855843.
HSL color Cylindrical-coordinate representation of color #A3932B: hue angle of 52º degrees, saturation: 0.58, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A3932B is Cyan = 0, Magento = 0.10, Yellow = 0.74 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 147 | 43 | - |
| CMYK | 0 | 0.10 | 0.74 | 0.36 |
| HSL | 52º | 0.58% | 0.4% | - |
| HSV(B) | 52º | 0.74% | 0.64% | - |
| XYZ | 25.97 | 28.83 | 6.48 | - |
| YUV | 139.93 | 73.3 | 144.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 147 | 43 | 0 | 0.10 | 0.74 | 0.36 | 52 | 0.58 | 0.4 |
| Hex | A3 | 93 | 2B | 0 | A | 4A | 24 | 34 | 3A | 28 |
| Octal | 243 | 223 | 53 | 0 | 12 | 112 | 44 | 64 | 72 | 50 |
| Binary | 10100011 | 10010011 | 101011 | 0 | 1010 | 1001010 | 100100 | 110100 | 111010 | 101000 |
Color Harmonies of #A3932B
Complementary color
Monochromatic Colors of #A3932B
Black with #A3932B
Text Example
Text Example
White with #A3932B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3932B; }
p { color: rgb(163,147,43); }
H1.HeaderClassName
{
color: #A3932B;
}
.AnyTagClassName
{
color: #A3932B;
}
</style>
background-color css
<style>
a { background-color: #A3932B; }
a { background-color: rgb(163,147,43); }
div.DivClassName
{
background-color: #A3932B;
}
.BgClassName
{
background-color: #A3932B;
}
</style>
border-color css
<style>
span { border-color: #A3932B; }
span { border-color: rgb(163,147,43); }
td.TdClassName
{
border-color: #A3932B;
}
.TagClassName
{
border-color: #A3932B;
}
</style>