Shades of Lemon Ginger #9A8435
Tints of Lemon Ginger #9A8435
RGB
CMYK
RGB Variations
Color information
#9A8435 (or 0x9A8435) is known color: Lemon Ginger. HEX triplet: 9A, 84 and 35. RGB value is (154,132,53). Sum of RGB (Red+Green+Blue) = 154+132+53=339 (44% of max value = 765). Red value is 154 (60.55% from 255 or 45.43% from 339); Green value is 132 (51.95% from 255 or 38.94% from 339); Blue value is 53 (21.09% from 255 or 15.63% from 339); Max value from RGB is 154 - color contains mainly: red. Hex color #9A8435 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9A8435 is #657BCA. Grayscale: #818181. Windows color (decimal): -6650827 or 3507354. OLE color: 3507354.
HSL color Cylindrical-coordinate representation of color #9A8435: hue angle of 46.93º degrees, saturation: 0.49, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9A8435 is Cyan = 0, Magento = 0.14, Yellow = 0.66 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 132 | 53 | - |
| CMYK | 0 | 0.14 | 0.66 | 0.40 |
| HSL | 46.93º | 0.49% | 0.41% | - |
| HSV(B) | 46.93º | 0.66% | 0.6% | - |
| XYZ | 22.22 | 23.63 | 6.76 | - |
| YUV | 129.57 | 84.79 | 145.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 132 | 53 | 0 | 0.14 | 0.66 | 0.40 | 46.93 | 0.49 | 0.41 |
| Hex | 9A | 84 | 35 | 0 | E | 42 | 28 | 2F | 31 | 29 |
| Octal | 232 | 204 | 65 | 0 | 16 | 102 | 50 | 57 | 61 | 51 |
| Binary | 10011010 | 10000100 | 110101 | 0 | 1110 | 1000010 | 101000 | 101111 | 110001 | 101001 |
Color Harmonies of #9A8435
Complementary color
Monochromatic Colors of #9A8435
Black with #9A8435
Text Example
Text Example
White with #9A8435
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A8435; }
p { color: rgb(154,132,53); }
H1.HeaderClassName
{
color: #9A8435;
}
.AnyTagClassName
{
color: #9A8435;
}
</style>
background-color css
<style>
a { background-color: #9A8435; }
a { background-color: rgb(154,132,53); }
div.DivClassName
{
background-color: #9A8435;
}
.BgClassName
{
background-color: #9A8435;
}
</style>
border-color css
<style>
span { border-color: #9A8435; }
span { border-color: rgb(154,132,53); }
td.TdClassName
{
border-color: #9A8435;
}
.TagClassName
{
border-color: #9A8435;
}
</style>