Shades of Reef Gold #A8993A
Tints of Reef Gold #A8993A
RGB
CMYK
RGB Variations
Color information
#A8993A (or 0xA8993A) is known color: Reef Gold. HEX triplet: A8, 99 and 3A. RGB value is (168,153,58). Sum of RGB (Red+Green+Blue) = 168+153+58=379 (50% of max value = 765). Red value is 168 (66.02% from 255 or 44.33% from 379); Green value is 153 (60.16% from 255 or 40.37% from 379); Blue value is 58 (23.05% from 255 or 15.30% from 379); Max value from RGB is 168 - color contains mainly: red. Hex color #A8993A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A8993A is #5766C5. Grayscale: #939393. Windows color (decimal): -5727942 or 3840424. OLE color: 3840424.
HSL color Cylindrical-coordinate representation of color #A8993A: hue angle of 51.82º degrees, saturation: 0.49, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A8993A is Cyan = 0, Magento = 0.09, Yellow = 0.65 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 153 | 58 | - |
| CMYK | 0 | 0.09 | 0.65 | 0.34 |
| HSL | 51.82º | 0.49% | 0.44% | - |
| HSV(B) | 51.82º | 0.65% | 0.66% | - |
| XYZ | 28.3 | 31.41 | 8.57 | - |
| YUV | 146.66 | 77.97 | 143.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 153 | 58 | 0 | 0.09 | 0.65 | 0.34 | 51.82 | 0.49 | 0.44 |
| Hex | A8 | 99 | 3A | 0 | 9 | 41 | 22 | 34 | 31 | 2C |
| Octal | 250 | 231 | 72 | 0 | 11 | 101 | 42 | 64 | 61 | 54 |
| Binary | 10101000 | 10011001 | 111010 | 0 | 1001 | 1000001 | 100010 | 110100 | 110001 | 101100 |
Color Harmonies of #A8993A
Complementary color
Monochromatic Colors of #A8993A
Black with #A8993A
Text Example
Text Example
White with #A8993A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8993A; }
p { color: rgb(168,153,58); }
H1.HeaderClassName
{
color: #A8993A;
}
.AnyTagClassName
{
color: #A8993A;
}
</style>
background-color css
<style>
a { background-color: #A8993A; }
a { background-color: rgb(168,153,58); }
div.DivClassName
{
background-color: #A8993A;
}
.BgClassName
{
background-color: #A8993A;
}
</style>
border-color css
<style>
span { border-color: #A8993A; }
span { border-color: rgb(168,153,58); }
td.TdClassName
{
border-color: #A8993A;
}
.TagClassName
{
border-color: #A8993A;
}
</style>