Shades of Reef Gold #A39035
Tints of Reef Gold #A39035
RGB
CMYK
RGB Variations
Color information
#A39035 (or 0xA39035) is known color: Reef Gold. HEX triplet: A3, 90 and 35. RGB value is (163,144,53). Sum of RGB (Red+Green+Blue) = 163+144+53=360 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.28% from 360); Green value is 144 (56.64% from 255 or 40% from 360); Blue value is 53 (21.09% from 255 or 14.72% from 360); Max value from RGB is 163 - color contains mainly: red. Hex color #A39035 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A39035 is #5C6FCA. Grayscale: #8B8B8B. Windows color (decimal): -6057931 or 3510435. OLE color: 3510435.
HSL color Cylindrical-coordinate representation of color #A39035: hue angle of 49.64º degrees, saturation: 0.51, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A39035 is Cyan = 0, Magento = 0.12, Yellow = 0.67 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 144 | 53 | - |
| CMYK | 0 | 0.12 | 0.67 | 0.36 |
| HSL | 49.64º | 0.51% | 0.42% | - |
| HSV(B) | 49.64º | 0.67% | 0.64% | - |
| XYZ | 25.72 | 27.99 | 7.42 | - |
| YUV | 139.31 | 79.29 | 144.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 144 | 53 | 0 | 0.12 | 0.67 | 0.36 | 49.64 | 0.51 | 0.42 |
| Hex | A3 | 90 | 35 | 0 | C | 43 | 24 | 32 | 33 | 2A |
| Octal | 243 | 220 | 65 | 0 | 14 | 103 | 44 | 62 | 63 | 52 |
| Binary | 10100011 | 10010000 | 110101 | 0 | 1100 | 1000011 | 100100 | 110010 | 110011 | 101010 |
Color Harmonies of #A39035
Complementary color
Monochromatic Colors of #A39035
Black with #A39035
Text Example
Text Example
White with #A39035
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A39035; }
p { color: rgb(163,144,53); }
H1.HeaderClassName
{
color: #A39035;
}
.AnyTagClassName
{
color: #A39035;
}
</style>
background-color css
<style>
a { background-color: #A39035; }
a { background-color: rgb(163,144,53); }
div.DivClassName
{
background-color: #A39035;
}
.BgClassName
{
background-color: #A39035;
}
</style>
border-color css
<style>
span { border-color: #A39035; }
span { border-color: rgb(163,144,53); }
td.TdClassName
{
border-color: #A39035;
}
.TagClassName
{
border-color: #A39035;
}
</style>