Shades of Reef Gold #A89330
Tints of Reef Gold #A89330
RGB
CMYK
RGB Variations
Color information
#A89330 (or 0xA89330) is known color: Reef Gold. HEX triplet: A8, 93 and 30. RGB value is (168,147,48). Sum of RGB (Red+Green+Blue) = 168+147+48=363 (48% of max value = 765). Red value is 168 (66.02% from 255 or 46.28% from 363); Green value is 147 (57.81% from 255 or 40.50% from 363); Blue value is 48 (19.14% from 255 or 13.22% from 363); Max value from RGB is 168 - color contains mainly: red. Hex color #A89330 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A89330 is #576CCF. Grayscale: #8E8E8E. Windows color (decimal): -5729488 or 3183528. OLE color: 3183528.
HSL color Cylindrical-coordinate representation of color #A89330: hue angle of 49.5º 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 #A89330 is Cyan = 0, Magento = 0.13, Yellow = 0.71 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 147 | 48 | - |
| CMYK | 0 | 0.13 | 0.71 | 0.34 |
| HSL | 49.5º | 0.56% | 0.42% | - |
| HSV(B) | 49.5º | 0.71% | 0.66% | - |
| XYZ | 27.12 | 29.41 | 7.04 | - |
| YUV | 141.99 | 74.96 | 146.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 147 | 48 | 0 | 0.13 | 0.71 | 0.34 | 49.5 | 0.56 | 0.42 |
| Hex | A8 | 93 | 30 | 0 | D | 47 | 22 | 32 | 38 | 2A |
| Octal | 250 | 223 | 60 | 0 | 15 | 107 | 42 | 62 | 70 | 52 |
| Binary | 10101000 | 10010011 | 110000 | 0 | 1101 | 1000111 | 100010 | 110010 | 111000 | 101010 |
Color Harmonies of #A89330
Complementary color
Monochromatic Colors of #A89330
Black with #A89330
Text Example
Text Example
White with #A89330
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A89330; }
p { color: rgb(168,147,48); }
H1.HeaderClassName
{
color: #A89330;
}
.AnyTagClassName
{
color: #A89330;
}
</style>
background-color css
<style>
a { background-color: #A89330; }
a { background-color: rgb(168,147,48); }
div.DivClassName
{
background-color: #A89330;
}
.BgClassName
{
background-color: #A89330;
}
</style>
border-color css
<style>
span { border-color: #A89330; }
span { border-color: rgb(168,147,48); }
td.TdClassName
{
border-color: #A89330;
}
.TagClassName
{
border-color: #A89330;
}
</style>