Shades of Reef Gold #A88935
Tints of Reef Gold #A88935
RGB
CMYK
RGB Variations
Color information
#A88935 (or 0xA88935) is known color: Reef Gold. HEX triplet: A8, 89 and 35. RGB value is (168,137,53). Sum of RGB (Red+Green+Blue) = 168+137+53=358 (47% of max value = 765). Red value is 168 (66.02% from 255 or 46.93% from 358); Green value is 137 (53.91% from 255 or 38.27% from 358); Blue value is 53 (21.09% from 255 or 14.80% from 358); Max value from RGB is 168 - color contains mainly: red. Hex color #A88935 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A88935 is #5776CA. Grayscale: #898989. Windows color (decimal): -5732043 or 3508648. OLE color: 3508648.
HSL color Cylindrical-coordinate representation of color #A88935: hue angle of 43.83º 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 #A88935 is Cyan = 0, Magento = 0.18, Yellow = 0.68 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 137 | 53 | - |
| CMYK | 0 | 0.18 | 0.68 | 0.34 |
| HSL | 43.83º | 0.52% | 0.43% | - |
| HSV(B) | 43.83º | 0.68% | 0.66% | - |
| XYZ | 25.74 | 26.47 | 7.12 | - |
| YUV | 136.69 | 80.77 | 150.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 137 | 53 | 0 | 0.18 | 0.68 | 0.34 | 43.83 | 0.52 | 0.43 |
| Hex | A8 | 89 | 35 | 0 | 12 | 44 | 22 | 2C | 34 | 2B |
| Octal | 250 | 211 | 65 | 0 | 22 | 104 | 42 | 54 | 64 | 53 |
| Binary | 10101000 | 10001001 | 110101 | 0 | 10010 | 1000100 | 100010 | 101100 | 110100 | 101011 |
Color Harmonies of #A88935
Complementary color
Monochromatic Colors of #A88935
Black with #A88935
Text Example
Text Example
White with #A88935
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A88935; }
p { color: rgb(168,137,53); }
H1.HeaderClassName
{
color: #A88935;
}
.AnyTagClassName
{
color: #A88935;
}
</style>
background-color css
<style>
a { background-color: #A88935; }
a { background-color: rgb(168,137,53); }
div.DivClassName
{
background-color: #A88935;
}
.BgClassName
{
background-color: #A88935;
}
</style>
border-color css
<style>
span { border-color: #A88935; }
span { border-color: rgb(168,137,53); }
td.TdClassName
{
border-color: #A88935;
}
.TagClassName
{
border-color: #A88935;
}
</style>