Shades of Desert #A5663D
Tints of Desert #A5663D
RGB
CMYK
RGB Variations
Color information
#A5663D (or 0xA5663D) is known color: Desert. HEX triplet: A5, 66 and 3D. RGB value is (165,102,61). Sum of RGB (Red+Green+Blue) = 165+102+61=328 (43% of max value = 765). Red value is 165 (64.84% from 255 or 50.30% from 328); Green value is 102 (40.23% from 255 or 31.10% from 328); Blue value is 61 (24.22% from 255 or 18.60% from 328); Max value from RGB is 165 - color contains mainly: red. Hex color #A5663D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A5663D is #5A99C2. Grayscale: #747474. Windows color (decimal): -5937603 or 4023973. OLE color: 4023973.
HSL color Cylindrical-coordinate representation of color #A5663D: hue angle of 23.65º degrees, saturation: 0.46, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A5663D is Cyan = 0, Magento = 0.38, Yellow = 0.63 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 102 | 61 | - |
| CMYK | 0 | 0.38 | 0.63 | 0.35 |
| HSL | 23.65º | 0.46% | 0.44% | - |
| HSV(B) | 23.65º | 0.63% | 0.65% | - |
| XYZ | 21.11 | 17.84 | 6.75 | - |
| YUV | 116.16 | 96.87 | 162.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 102 | 61 | 0 | 0.38 | 0.63 | 0.35 | 23.65 | 0.46 | 0.44 |
| Hex | A5 | 66 | 3D | 0 | 26 | 3F | 23 | 18 | 2E | 2C |
| Octal | 245 | 146 | 75 | 0 | 46 | 77 | 43 | 30 | 56 | 54 |
| Binary | 10100101 | 1100110 | 111101 | 0 | 100110 | 111111 | 100011 | 11000 | 101110 | 101100 |
Color Harmonies of #A5663D
Complementary color
Monochromatic Colors of #A5663D
Black with #A5663D
Text Example
Text Example
White with #A5663D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5663D; }
p { color: rgb(165,102,61); }
H1.HeaderClassName
{
color: #A5663D;
}
.AnyTagClassName
{
color: #A5663D;
}
</style>
background-color css
<style>
a { background-color: #A5663D; }
a { background-color: rgb(165,102,61); }
div.DivClassName
{
background-color: #A5663D;
}
.BgClassName
{
background-color: #A5663D;
}
</style>
border-color css
<style>
span { border-color: #A5663D; }
span { border-color: rgb(165,102,61); }
td.TdClassName
{
border-color: #A5663D;
}
.TagClassName
{
border-color: #A5663D;
}
</style>