Shades of Desert #A4653F
Tints of Desert #A4653F
RGB
CMYK
RGB Variations
Color information
#A4653F (or 0xA4653F) is known color: Desert. HEX triplet: A4, 65 and 3F. RGB value is (164,101,63). Sum of RGB (Red+Green+Blue) = 164+101+63=328 (43% of max value = 765). Red value is 164 (64.45% from 255 or 50% from 328); Green value is 101 (39.84% from 255 or 30.79% from 328); Blue value is 63 (25% from 255 or 19.21% from 328); Max value from RGB is 164 - color contains mainly: red. Hex color #A4653F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A4653F is #5B9AC0. Grayscale: #737373. Windows color (decimal): -6003393 or 4154788. OLE color: 4154788.
HSL color Cylindrical-coordinate representation of color #A4653F: hue angle of 22.57º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A4653F is Cyan = 0, Magento = 0.38, Yellow = 0.62 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 101 | 63 | - |
| CMYK | 0 | 0.38 | 0.62 | 0.36 |
| HSL | 22.57º | 0.44% | 0.45% | - |
| HSV(B) | 22.57º | 0.62% | 0.64% | - |
| XYZ | 20.86 | 17.56 | 6.99 | - |
| YUV | 115.51 | 98.37 | 162.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 101 | 63 | 0 | 0.38 | 0.62 | 0.36 | 22.57 | 0.44 | 0.45 |
| Hex | A4 | 65 | 3F | 0 | 26 | 3E | 24 | 17 | 2C | 2D |
| Octal | 244 | 145 | 77 | 0 | 46 | 76 | 44 | 27 | 54 | 55 |
| Binary | 10100100 | 1100101 | 111111 | 0 | 100110 | 111110 | 100100 | 10111 | 101100 | 101101 |
Color Harmonies of #A4653F
Complementary color
Monochromatic Colors of #A4653F
Black with #A4653F
Text Example
Text Example
White with #A4653F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4653F; }
p { color: rgb(164,101,63); }
H1.HeaderClassName
{
color: #A4653F;
}
.AnyTagClassName
{
color: #A4653F;
}
</style>
background-color css
<style>
a { background-color: #A4653F; }
a { background-color: rgb(164,101,63); }
div.DivClassName
{
background-color: #A4653F;
}
.BgClassName
{
background-color: #A4653F;
}
</style>
border-color css
<style>
span { border-color: #A4653F; }
span { border-color: rgb(164,101,63); }
td.TdClassName
{
border-color: #A4653F;
}
.TagClassName
{
border-color: #A4653F;
}
</style>