Shades of Desert #A5663E
Tints of Desert #A5663E
RGB
CMYK
RGB Variations
Color information
#A5663E (or 0xA5663E) is known color: Desert. HEX triplet: A5, 66 and 3E. RGB value is (165,102,62). Sum of RGB (Red+Green+Blue) = 165+102+62=329 (43% of max value = 765). Red value is 165 (64.84% from 255 or 50.15% from 329); Green value is 102 (40.23% from 255 or 31.00% from 329); Blue value is 62 (24.61% from 255 or 18.84% from 329); Max value from RGB is 165 - color contains mainly: red. Hex color #A5663E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A5663E is #5A99C1. Grayscale: #747474. Windows color (decimal): -5937602 or 4089509. OLE color: 4089509.
HSL color Cylindrical-coordinate representation of color #A5663E: hue angle of 23.3º degrees, saturation: 0.45, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A5663E is Cyan = 0, Magento = 0.38, Yellow = 0.62 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 102 | 62 | - |
| CMYK | 0 | 0.38 | 0.62 | 0.35 |
| HSL | 23.3º | 0.45% | 0.45% | - |
| HSV(B) | 23.3º | 0.62% | 0.65% | - |
| XYZ | 21.14 | 17.85 | 6.89 | - |
| YUV | 116.28 | 97.37 | 162.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 102 | 62 | 0 | 0.38 | 0.62 | 0.35 | 23.3 | 0.45 | 0.45 |
| Hex | A5 | 66 | 3E | 0 | 26 | 3E | 23 | 17 | 2D | 2D |
| Octal | 245 | 146 | 76 | 0 | 46 | 76 | 43 | 27 | 55 | 55 |
| Binary | 10100101 | 1100110 | 111110 | 0 | 100110 | 111110 | 100011 | 10111 | 101101 | 101101 |
Color Harmonies of #A5663E
Complementary color
Monochromatic Colors of #A5663E
Black with #A5663E
Text Example
Text Example
White with #A5663E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5663E; }
p { color: rgb(165,102,62); }
H1.HeaderClassName
{
color: #A5663E;
}
.AnyTagClassName
{
color: #A5663E;
}
</style>
background-color css
<style>
a { background-color: #A5663E; }
a { background-color: rgb(165,102,62); }
div.DivClassName
{
background-color: #A5663E;
}
.BgClassName
{
background-color: #A5663E;
}
</style>
border-color css
<style>
span { border-color: #A5663E; }
span { border-color: rgb(165,102,62); }
td.TdClassName
{
border-color: #A5663E;
}
.TagClassName
{
border-color: #A5663E;
}
</style>