Shades of Reef Gold #9A813A
Tints of Reef Gold #9A813A
RGB
CMYK
RGB Variations
Color information
#9A813A (or 0x9A813A) is known color: Reef Gold. HEX triplet: 9A, 81 and 3A. RGB value is (154,129,58). Sum of RGB (Red+Green+Blue) = 154+129+58=341 (45% of max value = 765). Red value is 154 (60.55% from 255 or 45.16% from 341); Green value is 129 (50.78% from 255 or 37.83% from 341); Blue value is 58 (23.05% from 255 or 17.01% from 341); Max value from RGB is 154 - color contains mainly: red. Hex color #9A813A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9A813A is #657EC5. Grayscale: #808080. Windows color (decimal): -6651590 or 3834266. OLE color: 3834266.
HSL color Cylindrical-coordinate representation of color #9A813A: hue angle of 44.38º degrees, saturation: 0.45, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9A813A is Cyan = 0, Magento = 0.16, Yellow = 0.62 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 129 | 58 | - |
| CMYK | 0 | 0.16 | 0.62 | 0.40 |
| HSL | 44.38º | 0.45% | 0.42% | - |
| HSV(B) | 44.38º | 0.62% | 0.6% | - |
| XYZ | 21.94 | 22.88 | 7.26 | - |
| YUV | 128.38 | 88.28 | 146.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 129 | 58 | 0 | 0.16 | 0.62 | 0.40 | 44.38 | 0.45 | 0.42 |
| Hex | 9A | 81 | 3A | 0 | 10 | 3E | 28 | 2C | 2D | 2A |
| Octal | 232 | 201 | 72 | 0 | 20 | 76 | 50 | 54 | 55 | 52 |
| Binary | 10011010 | 10000001 | 111010 | 0 | 10000 | 111110 | 101000 | 101100 | 101101 | 101010 |
Color Harmonies of #9A813A
Complementary color
Monochromatic Colors of #9A813A
Black with #9A813A
Text Example
Text Example
White with #9A813A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A813A; }
p { color: rgb(154,129,58); }
H1.HeaderClassName
{
color: #9A813A;
}
.AnyTagClassName
{
color: #9A813A;
}
</style>
background-color css
<style>
a { background-color: #9A813A; }
a { background-color: rgb(154,129,58); }
div.DivClassName
{
background-color: #9A813A;
}
.BgClassName
{
background-color: #9A813A;
}
</style>
border-color css
<style>
span { border-color: #9A813A; }
span { border-color: rgb(154,129,58); }
td.TdClassName
{
border-color: #9A813A;
}
.TagClassName
{
border-color: #9A813A;
}
</style>