Shades of Reef Gold #A89A3A
Tints of Reef Gold #A89A3A
RGB
CMYK
RGB Variations
Color information
#A89A3A (or 0xA89A3A) is known color: Reef Gold. HEX triplet: A8, 9A and 3A. RGB value is (168,154,58). Sum of RGB (Red+Green+Blue) = 168+154+58=380 (50% of max value = 765). Red value is 168 (66.02% from 255 or 44.21% from 380); Green value is 154 (60.55% from 255 or 40.53% from 380); Blue value is 58 (23.05% from 255 or 15.26% from 380); Max value from RGB is 168 - color contains mainly: red. Hex color #A89A3A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A89A3A is #5765C5. Grayscale: #939393. Windows color (decimal): -5727686 or 3840680. OLE color: 3840680.
HSL color Cylindrical-coordinate representation of color #A89A3A: hue angle of 52.36º 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 #A89A3A is Cyan = 0, Magento = 0.08, Yellow = 0.65 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 154 | 58 | - |
| CMYK | 0 | 0.08 | 0.65 | 0.34 |
| HSL | 52.36º | 0.49% | 0.44% | - |
| HSV(B) | 52.36º | 0.65% | 0.66% | - |
| XYZ | 28.47 | 31.74 | 8.63 | - |
| YUV | 147.24 | 77.64 | 142.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 154 | 58 | 0 | 0.08 | 0.65 | 0.34 | 52.36 | 0.49 | 0.44 |
| Hex | A8 | 9A | 3A | 0 | 8 | 41 | 22 | 34 | 31 | 2C |
| Octal | 250 | 232 | 72 | 0 | 10 | 101 | 42 | 64 | 61 | 54 |
| Binary | 10101000 | 10011010 | 111010 | 0 | 1000 | 1000001 | 100010 | 110100 | 110001 | 101100 |
Color Harmonies of #A89A3A
Complementary color
Monochromatic Colors of #A89A3A
Black with #A89A3A
Text Example
Text Example
White with #A89A3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A89A3A; }
p { color: rgb(168,154,58); }
H1.HeaderClassName
{
color: #A89A3A;
}
.AnyTagClassName
{
color: #A89A3A;
}
</style>
background-color css
<style>
a { background-color: #A89A3A; }
a { background-color: rgb(168,154,58); }
div.DivClassName
{
background-color: #A89A3A;
}
.BgClassName
{
background-color: #A89A3A;
}
</style>
border-color css
<style>
span { border-color: #A89A3A; }
span { border-color: rgb(168,154,58); }
td.TdClassName
{
border-color: #A89A3A;
}
.TagClassName
{
border-color: #A89A3A;
}
</style>