Shades of Desert #A45F3C
Tints of Desert #A45F3C
RGB
CMYK
RGB Variations
Color information
#A45F3C (or 0xA45F3C) is known color: Desert. HEX triplet: A4, 5F and 3C. RGB value is (164,95,60). Sum of RGB (Red+Green+Blue) = 164+95+60=319 (42% of max value = 765). Red value is 164 (64.45% from 255 or 51.41% from 319); Green value is 95 (37.5% from 255 or 29.78% from 319); Blue value is 60 (23.83% from 255 or 18.81% from 319); Max value from RGB is 164 - color contains mainly: red. Hex color #A45F3C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A45F3C is #5BA0C3. Grayscale: #6F6F6F. Windows color (decimal): -6004932 or 3956644. OLE color: 3956644.
HSL color Cylindrical-coordinate representation of color #A45F3C: hue angle of 20.19º 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 #A45F3C is Cyan = 0, Magento = 0.42, Yellow = 0.63 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 95 | 60 | - |
| CMYK | 0 | 0.42 | 0.63 | 0.36 |
| HSL | 20.19º | 0.46% | 0.44% | - |
| HSV(B) | 20.19º | 0.63% | 0.64% | - |
| XYZ | 20.22 | 16.4 | 6.38 | - |
| YUV | 111.64 | 98.86 | 165.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 95 | 60 | 0 | 0.42 | 0.63 | 0.36 | 20.19 | 0.46 | 0.44 |
| Hex | A4 | 5F | 3C | 0 | 2A | 3F | 24 | 14 | 2E | 2C |
| Octal | 244 | 137 | 74 | 0 | 52 | 77 | 44 | 24 | 56 | 54 |
| Binary | 10100100 | 1011111 | 111100 | 0 | 101010 | 111111 | 100100 | 10100 | 101110 | 101100 |
Color Harmonies of #A45F3C
Complementary color
Monochromatic Colors of #A45F3C
Black with #A45F3C
Text Example
Text Example
White with #A45F3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A45F3C; }
p { color: rgb(164,95,60); }
H1.HeaderClassName
{
color: #A45F3C;
}
.AnyTagClassName
{
color: #A45F3C;
}
</style>
background-color css
<style>
a { background-color: #A45F3C; }
a { background-color: rgb(164,95,60); }
div.DivClassName
{
background-color: #A45F3C;
}
.BgClassName
{
background-color: #A45F3C;
}
</style>
border-color css
<style>
span { border-color: #A45F3C; }
span { border-color: rgb(164,95,60); }
td.TdClassName
{
border-color: #A45F3C;
}
.TagClassName
{
border-color: #A45F3C;
}
</style>