Shades of Reef Gold #9A8339
Tints of Reef Gold #9A8339
RGB
CMYK
RGB Variations
Color information
#9A8339 (or 0x9A8339) is known color: Reef Gold. HEX triplet: 9A, 83 and 39. RGB value is (154,131,57). Sum of RGB (Red+Green+Blue) = 154+131+57=342 (45% of max value = 765). Red value is 154 (60.55% from 255 or 45.03% from 342); Green value is 131 (51.56% from 255 or 38.30% from 342); Blue value is 57 (22.66% from 255 or 16.67% from 342); Max value from RGB is 154 - color contains mainly: red. Hex color #9A8339 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9A8339 is #657CC6. Grayscale: #818181. Windows color (decimal): -6651079 or 3769242. OLE color: 3769242.
HSL color Cylindrical-coordinate representation of color #9A8339: hue angle of 45.77º degrees, saturation: 0.46, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9A8339 is Cyan = 0, Magento = 0.15, Yellow = 0.63 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 131 | 57 | - |
| CMYK | 0 | 0.15 | 0.63 | 0.40 |
| HSL | 45.77º | 0.46% | 0.41% | - |
| HSV(B) | 45.77º | 0.63% | 0.6% | - |
| XYZ | 22.18 | 23.4 | 7.22 | - |
| YUV | 129.44 | 87.12 | 145.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 131 | 57 | 0 | 0.15 | 0.63 | 0.40 | 45.77 | 0.46 | 0.41 |
| Hex | 9A | 83 | 39 | 0 | F | 3F | 28 | 2E | 2E | 29 |
| Octal | 232 | 203 | 71 | 0 | 17 | 77 | 50 | 56 | 56 | 51 |
| Binary | 10011010 | 10000011 | 111001 | 0 | 1111 | 111111 | 101000 | 101110 | 101110 | 101001 |
Color Harmonies of #9A8339
Complementary color
Monochromatic Colors of #9A8339
Black with #9A8339
Text Example
Text Example
White with #9A8339
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A8339; }
p { color: rgb(154,131,57); }
H1.HeaderClassName
{
color: #9A8339;
}
.AnyTagClassName
{
color: #9A8339;
}
</style>
background-color css
<style>
a { background-color: #9A8339; }
a { background-color: rgb(154,131,57); }
div.DivClassName
{
background-color: #9A8339;
}
.BgClassName
{
background-color: #9A8339;
}
</style>
border-color css
<style>
span { border-color: #9A8339; }
span { border-color: rgb(154,131,57); }
td.TdClassName
{
border-color: #9A8339;
}
.TagClassName
{
border-color: #9A8339;
}
</style>