Shades of Reef Gold #A89035
Tints of Reef Gold #A89035
RGB
CMYK
RGB Variations
Color information
#A89035 (or 0xA89035) is known color: Reef Gold. HEX triplet: A8, 90 and 35. RGB value is (168,144,53). Sum of RGB (Red+Green+Blue) = 168+144+53=365 (48% of max value = 765). Red value is 168 (66.02% from 255 or 46.03% from 365); Green value is 144 (56.64% from 255 or 39.45% from 365); Blue value is 53 (21.09% from 255 or 14.52% from 365); Max value from RGB is 168 - color contains mainly: red. Hex color #A89035 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A89035 is #576FCA. Grayscale: #8D8D8D. Windows color (decimal): -5730251 or 3510440. OLE color: 3510440.
HSL color Cylindrical-coordinate representation of color #A89035: hue angle of 47.48º degrees, saturation: 0.52, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A89035 is Cyan = 0, Magento = 0.14, Yellow = 0.68 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 144 | 53 | - |
| CMYK | 0 | 0.14 | 0.68 | 0.34 |
| HSL | 47.48º | 0.52% | 0.43% | - |
| HSV(B) | 47.48º | 0.68% | 0.66% | - |
| XYZ | 26.76 | 28.53 | 7.46 | - |
| YUV | 140.8 | 78.45 | 147.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 144 | 53 | 0 | 0.14 | 0.68 | 0.34 | 47.48 | 0.52 | 0.43 |
| Hex | A8 | 90 | 35 | 0 | E | 44 | 22 | 2F | 34 | 2B |
| Octal | 250 | 220 | 65 | 0 | 16 | 104 | 42 | 57 | 64 | 53 |
| Binary | 10101000 | 10010000 | 110101 | 0 | 1110 | 1000100 | 100010 | 101111 | 110100 | 101011 |
Color Harmonies of #A89035
Complementary color
Monochromatic Colors of #A89035
Black with #A89035
Text Example
Text Example
White with #A89035
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A89035; }
p { color: rgb(168,144,53); }
H1.HeaderClassName
{
color: #A89035;
}
.AnyTagClassName
{
color: #A89035;
}
</style>
background-color css
<style>
a { background-color: #A89035; }
a { background-color: rgb(168,144,53); }
div.DivClassName
{
background-color: #A89035;
}
.BgClassName
{
background-color: #A89035;
}
</style>
border-color css
<style>
span { border-color: #A89035; }
span { border-color: rgb(168,144,53); }
td.TdClassName
{
border-color: #A89035;
}
.TagClassName
{
border-color: #A89035;
}
</style>