Shades of Desert #A4633D
Tints of Desert #A4633D
RGB
CMYK
RGB Variations
Color information
#A4633D (or 0xA4633D) is known color: Desert. HEX triplet: A4, 63 and 3D. RGB value is (164,99,61). Sum of RGB (Red+Green+Blue) = 164+99+61=324 (42% of max value = 765). Red value is 164 (64.45% from 255 or 50.62% from 324); Green value is 99 (39.06% from 255 or 30.56% from 324); Blue value is 61 (24.22% from 255 or 18.83% from 324); Max value from RGB is 164 - color contains mainly: red. Hex color #A4633D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A4633D is #5B9CC2. Grayscale: #727272. Windows color (decimal): -6003907 or 4023204. OLE color: 4023204.
HSL color Cylindrical-coordinate representation of color #A4633D: hue angle of 22.14º degrees, saturation: 0.46, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A4633D is Cyan = 0, Magento = 0.40, Yellow = 0.63 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 99 | 61 | - |
| CMYK | 0 | 0.40 | 0.63 | 0.36 |
| HSL | 22.14º | 0.46% | 0.44% | - |
| HSV(B) | 22.14º | 0.63% | 0.64% | - |
| XYZ | 20.61 | 17.15 | 6.64 | - |
| YUV | 114.1 | 98.03 | 163.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 99 | 61 | 0 | 0.40 | 0.63 | 0.36 | 22.14 | 0.46 | 0.44 |
| Hex | A4 | 63 | 3D | 0 | 28 | 3F | 24 | 16 | 2E | 2C |
| Octal | 244 | 143 | 75 | 0 | 50 | 77 | 44 | 26 | 56 | 54 |
| Binary | 10100100 | 1100011 | 111101 | 0 | 101000 | 111111 | 100100 | 10110 | 101110 | 101100 |
Color Harmonies of #A4633D
Complementary color
Monochromatic Colors of #A4633D
Black with #A4633D
Text Example
Text Example
White with #A4633D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4633D; }
p { color: rgb(164,99,61); }
H1.HeaderClassName
{
color: #A4633D;
}
.AnyTagClassName
{
color: #A4633D;
}
</style>
background-color css
<style>
a { background-color: #A4633D; }
a { background-color: rgb(164,99,61); }
div.DivClassName
{
background-color: #A4633D;
}
.BgClassName
{
background-color: #A4633D;
}
</style>
border-color css
<style>
span { border-color: #A4633D; }
span { border-color: rgb(164,99,61); }
td.TdClassName
{
border-color: #A4633D;
}
.TagClassName
{
border-color: #A4633D;
}
</style>