Shades of Beaver #9A705A
Tints of Beaver #9A705A
RGB
CMYK
RGB Variations
Color information
#9A705A (or 0x9A705A) is known color: Beaver. HEX triplet: 9A, 70 and 5A. RGB value is (154,112,90). Sum of RGB (Red+Green+Blue) = 154+112+90=356 (47% of max value = 765). Red value is 154 (60.55% from 255 or 43.26% from 356); Green value is 112 (44.14% from 255 or 31.46% from 356); Blue value is 90 (35.55% from 255 or 25.28% from 356); Max value from RGB is 154 - color contains mainly: red. Hex color #9A705A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A705A is #658FA5. Grayscale: #7A7A7A. Windows color (decimal): -6655910 or 5927066. OLE color: 5927066.
HSL color Cylindrical-coordinate representation of color #9A705A: hue angle of 20.62º degrees, saturation: 0.26, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9A705A is Cyan = 0, Magento = 0.27, Yellow = 0.42 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 112 | 90 | - |
| CMYK | 0 | 0.27 | 0.42 | 0.40 |
| HSL | 20.63º | 0.26% | 0.48% | - |
| HSV(B) | 20.63º | 0.42% | 0.6% | - |
| XYZ | 20.97 | 19.2 | 12.27 | - |
| YUV | 122.05 | 109.91 | 150.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 112 | 90 | 0 | 0.27 | 0.42 | 0.40 | 20.63 | 0.26 | 0.48 |
| Hex | 9A | 70 | 5A | 0 | 1B | 2A | 28 | 15 | 1A | 30 |
| Octal | 232 | 160 | 132 | 0 | 33 | 52 | 50 | 25 | 32 | 60 |
| Binary | 10011010 | 1110000 | 1011010 | 0 | 11011 | 101010 | 101000 | 10101 | 11010 | 110000 |
Color Harmonies of #9A705A
Complementary color
Monochromatic Colors of #9A705A
Black with #9A705A
Text Example
Text Example
White with #9A705A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A705A; }
p { color: rgb(154,112,90); }
H1.HeaderClassName
{
color: #9A705A;
}
.AnyTagClassName
{
color: #9A705A;
}
</style>
background-color css
<style>
a { background-color: #9A705A; }
a { background-color: rgb(154,112,90); }
div.DivClassName
{
background-color: #9A705A;
}
.BgClassName
{
background-color: #9A705A;
}
</style>
border-color css
<style>
span { border-color: #9A705A; }
span { border-color: rgb(154,112,90); }
td.TdClassName
{
border-color: #9A705A;
}
.TagClassName
{
border-color: #9A705A;
}
</style>