Shades of Desert #A35A38
Tints of Desert #A35A38
RGB
CMYK
RGB Variations
Color information
#A35A38 (or 0xA35A38) is known color: Desert. HEX triplet: A3, 5A and 38. RGB value is (163,90,56). Sum of RGB (Red+Green+Blue) = 163+90+56=309 (40% of max value = 765). Red value is 163 (64.06% from 255 or 52.75% from 309); Green value is 90 (35.55% from 255 or 29.13% from 309); Blue value is 56 (22.27% from 255 or 18.12% from 309); Max value from RGB is 163 - color contains mainly: red. Hex color #A35A38 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A35A38 is #5CA5C7. Grayscale: #6C6C6C. Windows color (decimal): -6071752 or 3693219. OLE color: 3693219.
HSL color Cylindrical-coordinate representation of color #A35A38: hue angle of 19.07º degrees, saturation: 0.49, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A35A38 is Cyan = 0, Magento = 0.45, Yellow = 0.66 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 90 | 56 | - |
| CMYK | 0 | 0.45 | 0.66 | 0.36 |
| HSL | 19.07º | 0.49% | 0.43% | - |
| HSV(B) | 19.07º | 0.66% | 0.64% | - |
| XYZ | 19.47 | 15.38 | 5.68 | - |
| YUV | 107.95 | 98.68 | 167.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 90 | 56 | 0 | 0.45 | 0.66 | 0.36 | 19.07 | 0.49 | 0.43 |
| Hex | A3 | 5A | 38 | 0 | 2D | 42 | 24 | 13 | 31 | 2B |
| Octal | 243 | 132 | 70 | 0 | 55 | 102 | 44 | 23 | 61 | 53 |
| Binary | 10100011 | 1011010 | 111000 | 0 | 101101 | 1000010 | 100100 | 10011 | 110001 | 101011 |
Color Harmonies of #A35A38
Complementary color
Monochromatic Colors of #A35A38
Black with #A35A38
Text Example
Text Example
White with #A35A38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A35A38; }
p { color: rgb(163,90,56); }
H1.HeaderClassName
{
color: #A35A38;
}
.AnyTagClassName
{
color: #A35A38;
}
</style>
background-color css
<style>
a { background-color: #A35A38; }
a { background-color: rgb(163,90,56); }
div.DivClassName
{
background-color: #A35A38;
}
.BgClassName
{
background-color: #A35A38;
}
</style>
border-color css
<style>
span { border-color: #A35A38; }
span { border-color: rgb(163,90,56); }
td.TdClassName
{
border-color: #A35A38;
}
.TagClassName
{
border-color: #A35A38;
}
</style>