Shades of Desert #A3673F
Tints of Desert #A3673F
RGB
CMYK
RGB Variations
Color information
#A3673F (or 0xA3673F) is known color: Desert. HEX triplet: A3, 67 and 3F. RGB value is (163,103,63). Sum of RGB (Red+Green+Blue) = 163+103+63=329 (43% of max value = 765). Red value is 163 (64.06% from 255 or 49.54% from 329); Green value is 103 (40.62% from 255 or 31.31% from 329); Blue value is 63 (25% from 255 or 19.15% from 329); Max value from RGB is 163 - color contains mainly: red. Hex color #A3673F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A3673F is #5C98C0. Grayscale: #747474. Windows color (decimal): -6068417 or 4155299. OLE color: 4155299.
HSL color Cylindrical-coordinate representation of color #A3673F: hue angle of 24º degrees, saturation: 0.44, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A3673F is Cyan = 0, Magento = 0.37, Yellow = 0.61 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 103 | 63 | - |
| CMYK | 0 | 0.37 | 0.61 | 0.36 |
| HSL | 24º | 0.44% | 0.44% | - |
| HSV(B) | 24º | 0.61% | 0.64% | - |
| XYZ | 20.85 | 17.85 | 7.05 | - |
| YUV | 116.38 | 97.88 | 161.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 103 | 63 | 0 | 0.37 | 0.61 | 0.36 | 24 | 0.44 | 0.44 |
| Hex | A3 | 67 | 3F | 0 | 25 | 3D | 24 | 18 | 2C | 2C |
| Octal | 243 | 147 | 77 | 0 | 45 | 75 | 44 | 30 | 54 | 54 |
| Binary | 10100011 | 1100111 | 111111 | 0 | 100101 | 111101 | 100100 | 11000 | 101100 | 101100 |
Color Harmonies of #A3673F
Complementary color
Monochromatic Colors of #A3673F
Black with #A3673F
Text Example
Text Example
White with #A3673F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3673F; }
p { color: rgb(163,103,63); }
H1.HeaderClassName
{
color: #A3673F;
}
.AnyTagClassName
{
color: #A3673F;
}
</style>
background-color css
<style>
a { background-color: #A3673F; }
a { background-color: rgb(163,103,63); }
div.DivClassName
{
background-color: #A3673F;
}
.BgClassName
{
background-color: #A3673F;
}
</style>
border-color css
<style>
span { border-color: #A3673F; }
span { border-color: rgb(163,103,63); }
td.TdClassName
{
border-color: #A3673F;
}
.TagClassName
{
border-color: #A3673F;
}
</style>