Shades of Pale Brown #A07446
Tints of Pale Brown #A07446
RGB
CMYK
RGB Variations
Color information
#A07446 (or 0xA07446) is known color: Pale Brown. HEX triplet: A0, 74 and 46. RGB value is (160,116,70). Sum of RGB (Red+Green+Blue) = 160+116+70=346 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.24% from 346); Green value is 116 (45.70% from 255 or 33.53% from 346); Blue value is 70 (27.73% from 255 or 20.23% from 346); Max value from RGB is 160 - color contains mainly: red. Hex color #A07446 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A07446 is #5F8BB9. Grayscale: #7C7C7C. Windows color (decimal): -6261690 or 4617376. OLE color: 4617376.
HSL color Cylindrical-coordinate representation of color #A07446: hue angle of 30.67º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A07446 is Cyan = 0, Magento = 0.28, Yellow = 0.56 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 116 | 70 | - |
| CMYK | 0 | 0.28 | 0.56 | 0.37 |
| HSL | 30.67º | 0.39% | 0.45% | - |
| HSV(B) | 30.67º | 0.56% | 0.63% | - |
| XYZ | 21.85 | 20.41 | 8.58 | - |
| YUV | 123.91 | 97.58 | 153.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 116 | 70 | 0 | 0.28 | 0.56 | 0.37 | 30.67 | 0.39 | 0.45 |
| Hex | A0 | 74 | 46 | 0 | 1C | 38 | 25 | 1F | 27 | 2D |
| Octal | 240 | 164 | 106 | 0 | 34 | 70 | 45 | 37 | 47 | 55 |
| Binary | 10100000 | 1110100 | 1000110 | 0 | 11100 | 111000 | 100101 | 11111 | 100111 | 101101 |
Color Harmonies of #A07446
Complementary color
Monochromatic Colors of #A07446
Black with #A07446
Text Example
Text Example
White with #A07446
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A07446; }
p { color: rgb(160,116,70); }
H1.HeaderClassName
{
color: #A07446;
}
.AnyTagClassName
{
color: #A07446;
}
</style>
background-color css
<style>
a { background-color: #A07446; }
a { background-color: rgb(160,116,70); }
div.DivClassName
{
background-color: #A07446;
}
.BgClassName
{
background-color: #A07446;
}
</style>
border-color css
<style>
span { border-color: #A07446; }
span { border-color: rgb(160,116,70); }
td.TdClassName
{
border-color: #A07446;
}
.TagClassName
{
border-color: #A07446;
}
</style>