Shades of Pale Brown #A07450
Tints of Pale Brown #A07450
RGB
CMYK
RGB Variations
Color information
#A07450 (or 0xA07450) is known color: Pale Brown. HEX triplet: A0, 74 and 50. RGB value is (160,116,80). Sum of RGB (Red+Green+Blue) = 160+116+80=356 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.94% from 356); Green value is 116 (45.70% from 255 or 32.58% from 356); Blue value is 80 (31.64% from 255 or 22.47% from 356); Max value from RGB is 160 - color contains mainly: red. Hex color #A07450 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A07450 is #5F8BAF. Grayscale: #7D7D7D. Windows color (decimal): -6261680 or 5272736. OLE color: 5272736.
HSL color Cylindrical-coordinate representation of color #A07450: hue angle of 27º 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 #A07450 is Cyan = 0, Magento = 0.28, Yellow = 0.5 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 116 | 80 | - |
| CMYK | 0 | 0.28 | 0.5 | 0.37 |
| HSL | 27º | 0.33% | 0.47% | - |
| HSV(B) | 27º | 0.5% | 0.63% | - |
| XYZ | 22.19 | 20.54 | 10.39 | - |
| YUV | 125.05 | 102.58 | 152.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 116 | 80 | 0 | 0.28 | 0.5 | 0.37 | 27 | 0.33 | 0.47 |
| Hex | A0 | 74 | 50 | 0 | 1C | 32 | 25 | 1B | 21 | 2F |
| Octal | 240 | 164 | 120 | 0 | 34 | 62 | 45 | 33 | 41 | 57 |
| Binary | 10100000 | 1110100 | 1010000 | 0 | 11100 | 110010 | 100101 | 11011 | 100001 | 101111 |
Color Harmonies of #A07450
Complementary color
Monochromatic Colors of #A07450
Black with #A07450
Text Example
Text Example
White with #A07450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A07450; }
p { color: rgb(160,116,80); }
H1.HeaderClassName
{
color: #A07450;
}
.AnyTagClassName
{
color: #A07450;
}
</style>
background-color css
<style>
a { background-color: #A07450; }
a { background-color: rgb(160,116,80); }
div.DivClassName
{
background-color: #A07450;
}
.BgClassName
{
background-color: #A07450;
}
</style>
border-color css
<style>
span { border-color: #A07450; }
span { border-color: rgb(160,116,80); }
td.TdClassName
{
border-color: #A07450;
}
.TagClassName
{
border-color: #A07450;
}
</style>