Shades of Reef Gold #A8963A
Tints of Reef Gold #A8963A
RGB
CMYK
RGB Variations
Color information
#A8963A (or 0xA8963A) is known color: Reef Gold. HEX triplet: A8, 96 and 3A. RGB value is (168,150,58). Sum of RGB (Red+Green+Blue) = 168+150+58=376 (49% of max value = 765). Red value is 168 (66.02% from 255 or 44.68% from 376); Green value is 150 (58.98% from 255 or 39.89% from 376); Blue value is 58 (23.05% from 255 or 15.43% from 376); Max value from RGB is 168 - color contains mainly: red. Hex color #A8963A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A8963A is #5769C5. Grayscale: #919191. Windows color (decimal): -5728710 or 3839656. OLE color: 3839656.
HSL color Cylindrical-coordinate representation of color #A8963A: hue angle of 50.18º 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 #A8963A is Cyan = 0, Magento = 0.11, Yellow = 0.65 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 150 | 58 | - |
| CMYK | 0 | 0.11 | 0.65 | 0.34 |
| HSL | 50.18º | 0.49% | 0.44% | - |
| HSV(B) | 50.18º | 0.65% | 0.66% | - |
| XYZ | 27.82 | 30.44 | 8.41 | - |
| YUV | 144.89 | 78.96 | 144.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 150 | 58 | 0 | 0.11 | 0.65 | 0.34 | 50.18 | 0.49 | 0.44 |
| Hex | A8 | 96 | 3A | 0 | B | 41 | 22 | 32 | 31 | 2C |
| Octal | 250 | 226 | 72 | 0 | 13 | 101 | 42 | 62 | 61 | 54 |
| Binary | 10101000 | 10010110 | 111010 | 0 | 1011 | 1000001 | 100010 | 110010 | 110001 | 101100 |
Color Harmonies of #A8963A
Complementary color
Monochromatic Colors of #A8963A
Black with #A8963A
Text Example
Text Example
White with #A8963A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8963A; }
p { color: rgb(168,150,58); }
H1.HeaderClassName
{
color: #A8963A;
}
.AnyTagClassName
{
color: #A8963A;
}
</style>
background-color css
<style>
a { background-color: #A8963A; }
a { background-color: rgb(168,150,58); }
div.DivClassName
{
background-color: #A8963A;
}
.BgClassName
{
background-color: #A8963A;
}
</style>
border-color css
<style>
span { border-color: #A8963A; }
span { border-color: rgb(168,150,58); }
td.TdClassName
{
border-color: #A8963A;
}
.TagClassName
{
border-color: #A8963A;
}
</style>