Shades of Pale Brown #A07150
Tints of Pale Brown #A07150
RGB
CMYK
RGB Variations
Color information
#A07150 (or 0xA07150) is known color: Pale Brown. HEX triplet: A0, 71 and 50. RGB value is (160,113,80). Sum of RGB (Red+Green+Blue) = 160+113+80=353 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.33% from 353); Green value is 113 (44.53% from 255 or 32.01% from 353); Blue value is 80 (31.64% from 255 or 22.66% from 353); Max value from RGB is 160 - color contains mainly: red. Hex color #A07150 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A07150 is #5F8EAF. Grayscale: #7B7B7B. Windows color (decimal): -6262448 or 5271968. OLE color: 5271968.
HSL color Cylindrical-coordinate representation of color #A07150: hue angle of 24.75º degrees, saturation: 0.33, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A07150 is Cyan = 0, Magento = 0.29, Yellow = 0.5 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 113 | 80 | - |
| CMYK | 0 | 0.29 | 0.5 | 0.37 |
| HSL | 24.75º | 0.33% | 0.47% | - |
| HSV(B) | 24.75º | 0.5% | 0.63% | - |
| XYZ | 21.85 | 19.86 | 10.27 | - |
| YUV | 123.29 | 103.57 | 154.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 113 | 80 | 0 | 0.29 | 0.5 | 0.37 | 24.75 | 0.33 | 0.47 |
| Hex | A0 | 71 | 50 | 0 | 1D | 32 | 25 | 19 | 21 | 2F |
| Octal | 240 | 161 | 120 | 0 | 35 | 62 | 45 | 31 | 41 | 57 |
| Binary | 10100000 | 1110001 | 1010000 | 0 | 11101 | 110010 | 100101 | 11001 | 100001 | 101111 |
Color Harmonies of #A07150
Complementary color
Monochromatic Colors of #A07150
Black with #A07150
Text Example
Text Example
White with #A07150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A07150; }
p { color: rgb(160,113,80); }
H1.HeaderClassName
{
color: #A07150;
}
.AnyTagClassName
{
color: #A07150;
}
</style>
background-color css
<style>
a { background-color: #A07150; }
a { background-color: rgb(160,113,80); }
div.DivClassName
{
background-color: #A07150;
}
.BgClassName
{
background-color: #A07150;
}
</style>
border-color css
<style>
span { border-color: #A07150; }
span { border-color: rgb(160,113,80); }
td.TdClassName
{
border-color: #A07150;
}
.TagClassName
{
border-color: #A07150;
}
</style>