Shades of Desert #A3663C
Tints of Desert #A3663C
RGB
CMYK
RGB Variations
Color information
#A3663C (or 0xA3663C) is known color: Desert. HEX triplet: A3, 66 and 3C. RGB value is (163,102,60). Sum of RGB (Red+Green+Blue) = 163+102+60=325 (43% of max value = 765). Red value is 163 (64.06% from 255 or 50.15% from 325); Green value is 102 (40.23% from 255 or 31.38% from 325); Blue value is 60 (23.83% from 255 or 18.46% from 325); Max value from RGB is 163 - color contains mainly: red. Hex color #A3663C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A3663C is #5C99C3. Grayscale: #737373. Windows color (decimal): -6068676 or 3958435. OLE color: 3958435.
HSL color Cylindrical-coordinate representation of color #A3663C: hue angle of 24.47º 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 #A3663C is Cyan = 0, Magento = 0.37, Yellow = 0.63 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 102 | 60 | - |
| CMYK | 0 | 0.37 | 0.63 | 0.36 |
| HSL | 24.47º | 0.46% | 0.44% | - |
| HSV(B) | 24.47º | 0.63% | 0.64% | - |
| XYZ | 20.67 | 17.62 | 6.59 | - |
| YUV | 115.45 | 96.71 | 161.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 102 | 60 | 0 | 0.37 | 0.63 | 0.36 | 24.47 | 0.46 | 0.44 |
| Hex | A3 | 66 | 3C | 0 | 25 | 3F | 24 | 18 | 2E | 2C |
| Octal | 243 | 146 | 74 | 0 | 45 | 77 | 44 | 30 | 56 | 54 |
| Binary | 10100011 | 1100110 | 111100 | 0 | 100101 | 111111 | 100100 | 11000 | 101110 | 101100 |
Color Harmonies of #A3663C
Complementary color
Monochromatic Colors of #A3663C
Black with #A3663C
Text Example
Text Example
White with #A3663C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3663C; }
p { color: rgb(163,102,60); }
H1.HeaderClassName
{
color: #A3663C;
}
.AnyTagClassName
{
color: #A3663C;
}
</style>
background-color css
<style>
a { background-color: #A3663C; }
a { background-color: rgb(163,102,60); }
div.DivClassName
{
background-color: #A3663C;
}
.BgClassName
{
background-color: #A3663C;
}
</style>
border-color css
<style>
span { border-color: #A3663C; }
span { border-color: rgb(163,102,60); }
td.TdClassName
{
border-color: #A3663C;
}
.TagClassName
{
border-color: #A3663C;
}
</style>