Shades of Reef Gold #A89830
Tints of Reef Gold #A89830
RGB
CMYK
RGB Variations
Color information
#A89830 (or 0xA89830) is known color: Reef Gold. HEX triplet: A8, 98 and 30. RGB value is (168,152,48). Sum of RGB (Red+Green+Blue) = 168+152+48=368 (48% of max value = 765). Red value is 168 (66.02% from 255 or 45.65% from 368); Green value is 152 (59.77% from 255 or 41.30% from 368); Blue value is 48 (19.14% from 255 or 13.04% from 368); Max value from RGB is 168 - color contains mainly: red. Hex color #A89830 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A89830 is #5767CF. Grayscale: #919191. Windows color (decimal): -5728208 or 3184808. OLE color: 3184808.
HSL color Cylindrical-coordinate representation of color #A89830: hue angle of 52º degrees, saturation: 0.56, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A89830 is Cyan = 0, Magento = 0.10, Yellow = 0.71 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 152 | 48 | - |
| CMYK | 0 | 0.10 | 0.71 | 0.34 |
| HSL | 52º | 0.56% | 0.42% | - |
| HSV(B) | 52º | 0.71% | 0.66% | - |
| XYZ | 27.91 | 30.99 | 7.31 | - |
| YUV | 144.93 | 73.3 | 144.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 152 | 48 | 0 | 0.10 | 0.71 | 0.34 | 52 | 0.56 | 0.42 |
| Hex | A8 | 98 | 30 | 0 | A | 47 | 22 | 34 | 38 | 2A |
| Octal | 250 | 230 | 60 | 0 | 12 | 107 | 42 | 64 | 70 | 52 |
| Binary | 10101000 | 10011000 | 110000 | 0 | 1010 | 1000111 | 100010 | 110100 | 111000 | 101010 |
Color Harmonies of #A89830
Complementary color
Monochromatic Colors of #A89830
Black with #A89830
Text Example
Text Example
White with #A89830
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A89830; }
p { color: rgb(168,152,48); }
H1.HeaderClassName
{
color: #A89830;
}
.AnyTagClassName
{
color: #A89830;
}
</style>
background-color css
<style>
a { background-color: #A89830; }
a { background-color: rgb(168,152,48); }
div.DivClassName
{
background-color: #A89830;
}
.BgClassName
{
background-color: #A89830;
}
</style>
border-color css
<style>
span { border-color: #A89830; }
span { border-color: rgb(168,152,48); }
td.TdClassName
{
border-color: #A89830;
}
.TagClassName
{
border-color: #A89830;
}
</style>