Shades of Desert #A5673E
Tints of Desert #A5673E
RGB
CMYK
RGB Variations
Color information
#A5673E (or 0xA5673E) is known color: Desert. HEX triplet: A5, 67 and 3E. RGB value is (165,103,62). Sum of RGB (Red+Green+Blue) = 165+103+62=330 (43% of max value = 765). Red value is 165 (64.84% from 255 or 50% from 330); Green value is 103 (40.62% from 255 or 31.21% from 330); Blue value is 62 (24.61% from 255 or 18.79% from 330); Max value from RGB is 165 - color contains mainly: red. Hex color #A5673E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A5673E is #5A98C1. Grayscale: #757575. Windows color (decimal): -5937346 or 4089765. OLE color: 4089765.
HSL color Cylindrical-coordinate representation of color #A5673E: hue angle of 23.88º 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 #A5673E is Cyan = 0, Magento = 0.38, Yellow = 0.62 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 103 | 62 | - |
| CMYK | 0 | 0.38 | 0.62 | 0.35 |
| HSL | 23.88º | 0.45% | 0.45% | - |
| HSV(B) | 23.88º | 0.62% | 0.65% | - |
| XYZ | 21.24 | 18.05 | 6.92 | - |
| YUV | 116.86 | 97.04 | 162.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 103 | 62 | 0 | 0.38 | 0.62 | 0.35 | 23.88 | 0.45 | 0.45 |
| Hex | A5 | 67 | 3E | 0 | 26 | 3E | 23 | 18 | 2D | 2D |
| Octal | 245 | 147 | 76 | 0 | 46 | 76 | 43 | 30 | 55 | 55 |
| Binary | 10100101 | 1100111 | 111110 | 0 | 100110 | 111110 | 100011 | 11000 | 101101 | 101101 |
Color Harmonies of #A5673E
Complementary color
Monochromatic Colors of #A5673E
Black with #A5673E
Text Example
Text Example
White with #A5673E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5673E; }
p { color: rgb(165,103,62); }
H1.HeaderClassName
{
color: #A5673E;
}
.AnyTagClassName
{
color: #A5673E;
}
</style>
background-color css
<style>
a { background-color: #A5673E; }
a { background-color: rgb(165,103,62); }
div.DivClassName
{
background-color: #A5673E;
}
.BgClassName
{
background-color: #A5673E;
}
</style>
border-color css
<style>
span { border-color: #A5673E; }
span { border-color: rgb(165,103,62); }
td.TdClassName
{
border-color: #A5673E;
}
.TagClassName
{
border-color: #A5673E;
}
</style>