Shades of Desert #A25F3A
Tints of Desert #A25F3A
RGB
CMYK
RGB Variations
Color information
#A25F3A (or 0xA25F3A) is known color: Desert. HEX triplet: A2, 5F and 3A. RGB value is (162,95,58). Sum of RGB (Red+Green+Blue) = 162+95+58=315 (41% of max value = 765). Red value is 162 (63.67% from 255 or 51.43% from 315); Green value is 95 (37.5% from 255 or 30.16% from 315); Blue value is 58 (23.05% from 255 or 18.41% from 315); Max value from RGB is 162 - color contains mainly: red. Hex color #A25F3A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A25F3A is #5DA0C5. Grayscale: #6F6F6F. Windows color (decimal): -6136006 or 3825570. OLE color: 3825570.
HSL color Cylindrical-coordinate representation of color #A25F3A: hue angle of 21.35º degrees, saturation: 0.47, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A25F3A is Cyan = 0, Magento = 0.41, Yellow = 0.64 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 95 | 58 | - |
| CMYK | 0 | 0.41 | 0.64 | 0.36 |
| HSL | 21.35º | 0.47% | 0.43% | - |
| HSV(B) | 21.35º | 0.64% | 0.64% | - |
| XYZ | 19.76 | 16.17 | 6.08 | - |
| YUV | 110.82 | 98.2 | 164.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 95 | 58 | 0 | 0.41 | 0.64 | 0.36 | 21.35 | 0.47 | 0.43 |
| Hex | A2 | 5F | 3A | 0 | 29 | 40 | 24 | 15 | 2F | 2B |
| Octal | 242 | 137 | 72 | 0 | 51 | 100 | 44 | 25 | 57 | 53 |
| Binary | 10100010 | 1011111 | 111010 | 0 | 101001 | 1000000 | 100100 | 10101 | 101111 | 101011 |
Color Harmonies of #A25F3A
Complementary color
Monochromatic Colors of #A25F3A
Black with #A25F3A
Text Example
Text Example
White with #A25F3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A25F3A; }
p { color: rgb(162,95,58); }
H1.HeaderClassName
{
color: #A25F3A;
}
.AnyTagClassName
{
color: #A25F3A;
}
</style>
background-color css
<style>
a { background-color: #A25F3A; }
a { background-color: rgb(162,95,58); }
div.DivClassName
{
background-color: #A25F3A;
}
.BgClassName
{
background-color: #A25F3A;
}
</style>
border-color css
<style>
span { border-color: #A25F3A; }
span { border-color: rgb(162,95,58); }
td.TdClassName
{
border-color: #A25F3A;
}
.TagClassName
{
border-color: #A25F3A;
}
</style>