Shades of Desert #A96338
Tints of Desert #A96338
RGB
CMYK
RGB Variations
Color information
#A96338 (or 0xA96338) is known color: Desert. HEX triplet: A9, 63 and 38. RGB value is (169,99,56). Sum of RGB (Red+Green+Blue) = 169+99+56=324 (42% of max value = 765). Red value is 169 (66.41% from 255 or 52.16% from 324); Green value is 99 (39.06% from 255 or 30.56% from 324); Blue value is 56 (22.27% from 255 or 17.28% from 324); Max value from RGB is 169 - color contains mainly: red. Hex color #A96338 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A96338 is #569CC7. Grayscale: #737373. Windows color (decimal): -5676232 or 3695529. OLE color: 3695529.
HSL color Cylindrical-coordinate representation of color #A96338: hue angle of 22.83º degrees, saturation: 0.5, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A96338 is Cyan = 0, Magento = 0.41, Yellow = 0.67 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 99 | 56 | - |
| CMYK | 0 | 0.41 | 0.67 | 0.34 |
| HSL | 22.83º | 0.5% | 0.44% | - |
| HSV(B) | 22.83º | 0.67% | 0.66% | - |
| XYZ | 21.54 | 17.64 | 6.01 | - |
| YUV | 115.03 | 94.69 | 166.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 99 | 56 | 0 | 0.41 | 0.67 | 0.34 | 22.83 | 0.5 | 0.44 |
| Hex | A9 | 63 | 38 | 0 | 29 | 43 | 22 | 17 | 32 | 2C |
| Octal | 251 | 143 | 70 | 0 | 51 | 103 | 42 | 27 | 62 | 54 |
| Binary | 10101001 | 1100011 | 111000 | 0 | 101001 | 1000011 | 100010 | 10111 | 110010 | 101100 |
Color Harmonies of #A96338
Complementary color
Monochromatic Colors of #A96338
Black with #A96338
Text Example
Text Example
White with #A96338
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A96338; }
p { color: rgb(169,99,56); }
H1.HeaderClassName
{
color: #A96338;
}
.AnyTagClassName
{
color: #A96338;
}
</style>
background-color css
<style>
a { background-color: #A96338; }
a { background-color: rgb(169,99,56); }
div.DivClassName
{
background-color: #A96338;
}
.BgClassName
{
background-color: #A96338;
}
</style>
border-color css
<style>
span { border-color: #A96338; }
span { border-color: rgb(169,99,56); }
td.TdClassName
{
border-color: #A96338;
}
.TagClassName
{
border-color: #A96338;
}
</style>