Shades of Pale Brown #A07750
Tints of Pale Brown #A07750
RGB
CMYK
RGB Variations
Color information
#A07750 (or 0xA07750) is known color: Pale Brown. HEX triplet: A0, 77 and 50. RGB value is (160,119,80). Sum of RGB (Red+Green+Blue) = 160+119+80=359 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.57% from 359); Green value is 119 (46.88% from 255 or 33.15% from 359); Blue value is 80 (31.64% from 255 or 22.28% from 359); Max value from RGB is 160 - color contains mainly: red. Hex color #A07750 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A07750 is #5F88AF. Grayscale: #7F7F7F. Windows color (decimal): -6260912 or 5273504. OLE color: 5273504.
HSL color Cylindrical-coordinate representation of color #A07750: hue angle of 29.25º 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 #A07750 is Cyan = 0, Magento = 0.26, Yellow = 0.5 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 119 | 80 | - |
| CMYK | 0 | 0.26 | 0.5 | 0.37 |
| HSL | 29.25º | 0.33% | 0.47% | - |
| HSV(B) | 29.25º | 0.5% | 0.63% | - |
| XYZ | 22.54 | 21.25 | 10.5 | - |
| YUV | 126.81 | 101.58 | 151.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 119 | 80 | 0 | 0.26 | 0.5 | 0.37 | 29.25 | 0.33 | 0.47 |
| Hex | A0 | 77 | 50 | 0 | 1A | 32 | 25 | 1D | 21 | 2F |
| Octal | 240 | 167 | 120 | 0 | 32 | 62 | 45 | 35 | 41 | 57 |
| Binary | 10100000 | 1110111 | 1010000 | 0 | 11010 | 110010 | 100101 | 11101 | 100001 | 101111 |
Color Harmonies of #A07750
Complementary color
Monochromatic Colors of #A07750
Black with #A07750
Text Example
Text Example
White with #A07750
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A07750; }
p { color: rgb(160,119,80); }
H1.HeaderClassName
{
color: #A07750;
}
.AnyTagClassName
{
color: #A07750;
}
</style>
background-color css
<style>
a { background-color: #A07750; }
a { background-color: rgb(160,119,80); }
div.DivClassName
{
background-color: #A07750;
}
.BgClassName
{
background-color: #A07750;
}
</style>
border-color css
<style>
span { border-color: #A07750; }
span { border-color: rgb(160,119,80); }
td.TdClassName
{
border-color: #A07750;
}
.TagClassName
{
border-color: #A07750;
}
</style>