Shades of Reef Gold #A89535
Tints of Reef Gold #A89535
RGB
CMYK
RGB Variations
Color information
#A89535 (or 0xA89535) is known color: Reef Gold. HEX triplet: A8, 95 and 35. RGB value is (168,149,53). Sum of RGB (Red+Green+Blue) = 168+149+53=370 (49% of max value = 765). Red value is 168 (66.02% from 255 or 45.41% from 370); Green value is 149 (58.59% from 255 or 40.27% from 370); Blue value is 53 (21.09% from 255 or 14.32% from 370); Max value from RGB is 168 - color contains mainly: red. Hex color #A89535 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A89535 is #576ACA. Grayscale: #909090. Windows color (decimal): -5728971 or 3511720. OLE color: 3511720.
HSL color Cylindrical-coordinate representation of color #A89535: hue angle of 50.09º 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 #A89535 is Cyan = 0, Magento = 0.11, Yellow = 0.68 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 149 | 53 | - |
| CMYK | 0 | 0.11 | 0.68 | 0.34 |
| HSL | 50.09º | 0.52% | 0.43% | - |
| HSV(B) | 50.09º | 0.68% | 0.66% | - |
| XYZ | 27.54 | 30.08 | 7.72 | - |
| YUV | 143.74 | 76.79 | 145.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 149 | 53 | 0 | 0.11 | 0.68 | 0.34 | 50.09 | 0.52 | 0.43 |
| Hex | A8 | 95 | 35 | 0 | B | 44 | 22 | 32 | 34 | 2B |
| Octal | 250 | 225 | 65 | 0 | 13 | 104 | 42 | 62 | 64 | 53 |
| Binary | 10101000 | 10010101 | 110101 | 0 | 1011 | 1000100 | 100010 | 110010 | 110100 | 101011 |
Color Harmonies of #A89535
Complementary color
Monochromatic Colors of #A89535
Black with #A89535
Text Example
Text Example
White with #A89535
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A89535; }
p { color: rgb(168,149,53); }
H1.HeaderClassName
{
color: #A89535;
}
.AnyTagClassName
{
color: #A89535;
}
</style>
background-color css
<style>
a { background-color: #A89535; }
a { background-color: rgb(168,149,53); }
div.DivClassName
{
background-color: #A89535;
}
.BgClassName
{
background-color: #A89535;
}
</style>
border-color css
<style>
span { border-color: #A89535; }
span { border-color: rgb(168,149,53); }
td.TdClassName
{
border-color: #A89535;
}
.TagClassName
{
border-color: #A89535;
}
</style>