Shades of Desert #A3673C
Tints of Desert #A3673C
RGB
CMYK
RGB Variations
Color information
#A3673C (or 0xA3673C) is known color: Desert. HEX triplet: A3, 67 and 3C. RGB value is (163,103,60). Sum of RGB (Red+Green+Blue) = 163+103+60=326 (43% of max value = 765). Red value is 163 (64.06% from 255 or 50% from 326); Green value is 103 (40.62% from 255 or 31.60% from 326); Blue value is 60 (23.83% from 255 or 18.40% from 326); Max value from RGB is 163 - color contains mainly: red. Hex color #A3673C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A3673C is #5C98C3. Grayscale: #747474. Windows color (decimal): -6068420 or 3958691. OLE color: 3958691.
HSL color Cylindrical-coordinate representation of color #A3673C: hue angle of 25.05º 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 #A3673C is Cyan = 0, Magento = 0.37, Yellow = 0.63 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 103 | 60 | - |
| CMYK | 0 | 0.37 | 0.63 | 0.36 |
| HSL | 25.05º | 0.46% | 0.44% | - |
| HSV(B) | 25.05º | 0.63% | 0.64% | - |
| XYZ | 20.77 | 17.81 | 6.62 | - |
| YUV | 116.04 | 96.38 | 161.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 103 | 60 | 0 | 0.37 | 0.63 | 0.36 | 25.05 | 0.46 | 0.44 |
| Hex | A3 | 67 | 3C | 0 | 25 | 3F | 24 | 19 | 2E | 2C |
| Octal | 243 | 147 | 74 | 0 | 45 | 77 | 44 | 31 | 56 | 54 |
| Binary | 10100011 | 1100111 | 111100 | 0 | 100101 | 111111 | 100100 | 11001 | 101110 | 101100 |
Color Harmonies of #A3673C
Complementary color
Monochromatic Colors of #A3673C
Black with #A3673C
Text Example
Text Example
White with #A3673C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3673C; }
p { color: rgb(163,103,60); }
H1.HeaderClassName
{
color: #A3673C;
}
.AnyTagClassName
{
color: #A3673C;
}
</style>
background-color css
<style>
a { background-color: #A3673C; }
a { background-color: rgb(163,103,60); }
div.DivClassName
{
background-color: #A3673C;
}
.BgClassName
{
background-color: #A3673C;
}
</style>
border-color css
<style>
span { border-color: #A3673C; }
span { border-color: rgb(163,103,60); }
td.TdClassName
{
border-color: #A3673C;
}
.TagClassName
{
border-color: #A3673C;
}
</style>