Shades of Reef Gold #A8903A
Tints of Reef Gold #A8903A
RGB
CMYK
RGB Variations
Color information
#A8903A (or 0xA8903A) is known color: Reef Gold. HEX triplet: A8, 90 and 3A. RGB value is (168,144,58). Sum of RGB (Red+Green+Blue) = 168+144+58=370 (49% of max value = 765). Red value is 168 (66.02% from 255 or 45.41% from 370); Green value is 144 (56.64% from 255 or 38.92% from 370); Blue value is 58 (23.05% from 255 or 15.68% from 370); Max value from RGB is 168 - color contains mainly: red. Hex color #A8903A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A8903A is #576FC5. Grayscale: #8D8D8D. Windows color (decimal): -5730246 or 3838120. OLE color: 3838120.
HSL color Cylindrical-coordinate representation of color #A8903A: hue angle of 46.91º 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 #A8903A is Cyan = 0, Magento = 0.14, Yellow = 0.65 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 144 | 58 | - |
| CMYK | 0 | 0.14 | 0.65 | 0.34 |
| HSL | 46.91º | 0.49% | 0.44% | - |
| HSV(B) | 46.91º | 0.65% | 0.66% | - |
| XYZ | 26.89 | 28.58 | 8.1 | - |
| YUV | 141.37 | 80.95 | 146.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 144 | 58 | 0 | 0.14 | 0.65 | 0.34 | 46.91 | 0.49 | 0.44 |
| Hex | A8 | 90 | 3A | 0 | E | 41 | 22 | 2F | 31 | 2C |
| Octal | 250 | 220 | 72 | 0 | 16 | 101 | 42 | 57 | 61 | 54 |
| Binary | 10101000 | 10010000 | 111010 | 0 | 1110 | 1000001 | 100010 | 101111 | 110001 | 101100 |
Color Harmonies of #A8903A
Complementary color
Monochromatic Colors of #A8903A
Black with #A8903A
Text Example
Text Example
White with #A8903A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8903A; }
p { color: rgb(168,144,58); }
H1.HeaderClassName
{
color: #A8903A;
}
.AnyTagClassName
{
color: #A8903A;
}
</style>
background-color css
<style>
a { background-color: #A8903A; }
a { background-color: rgb(168,144,58); }
div.DivClassName
{
background-color: #A8903A;
}
.BgClassName
{
background-color: #A8903A;
}
</style>
border-color css
<style>
span { border-color: #A8903A; }
span { border-color: rgb(168,144,58); }
td.TdClassName
{
border-color: #A8903A;
}
.TagClassName
{
border-color: #A8903A;
}
</style>