Shades of Reef Gold #A89331
Tints of Reef Gold #A89331
RGB
CMYK
RGB Variations
Color information
#A89331 (or 0xA89331) is known color: Reef Gold. HEX triplet: A8, 93 and 31. RGB value is (168,147,49). Sum of RGB (Red+Green+Blue) = 168+147+49=364 (48% of max value = 765). Red value is 168 (66.02% from 255 or 46.15% from 364); Green value is 147 (57.81% from 255 or 40.38% from 364); Blue value is 49 (19.53% from 255 or 13.46% from 364); Max value from RGB is 168 - color contains mainly: red. Hex color #A89331 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A89331 is #576CCE. Grayscale: #8E8E8E. Windows color (decimal): -5729487 or 3249064. OLE color: 3249064.
HSL color Cylindrical-coordinate representation of color #A89331: hue angle of 49.41º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A89331 is Cyan = 0, Magento = 0.13, Yellow = 0.71 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 147 | 49 | - |
| CMYK | 0 | 0.13 | 0.71 | 0.34 |
| HSL | 49.41º | 0.55% | 0.43% | - |
| HSV(B) | 49.41º | 0.71% | 0.66% | - |
| XYZ | 27.14 | 29.41 | 7.15 | - |
| YUV | 142.11 | 75.46 | 146.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 147 | 49 | 0 | 0.13 | 0.71 | 0.34 | 49.41 | 0.55 | 0.43 |
| Hex | A8 | 93 | 31 | 0 | D | 47 | 22 | 31 | 37 | 2B |
| Octal | 250 | 223 | 61 | 0 | 15 | 107 | 42 | 61 | 67 | 53 |
| Binary | 10101000 | 10010011 | 110001 | 0 | 1101 | 1000111 | 100010 | 110001 | 110111 | 101011 |
Color Harmonies of #A89331
Complementary color
Monochromatic Colors of #A89331
Black with #A89331
Text Example
Text Example
White with #A89331
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A89331; }
p { color: rgb(168,147,49); }
H1.HeaderClassName
{
color: #A89331;
}
.AnyTagClassName
{
color: #A89331;
}
</style>
background-color css
<style>
a { background-color: #A89331; }
a { background-color: rgb(168,147,49); }
div.DivClassName
{
background-color: #A89331;
}
.BgClassName
{
background-color: #A89331;
}
</style>
border-color css
<style>
span { border-color: #A89331; }
span { border-color: rgb(168,147,49); }
td.TdClassName
{
border-color: #A89331;
}
.TagClassName
{
border-color: #A89331;
}
</style>