Shades of Pale Brown #A27148
Tints of Pale Brown #A27148
RGB
CMYK
RGB Variations
Color information
#A27148 (or 0xA27148) is known color: Pale Brown. HEX triplet: A2, 71 and 48. RGB value is (162,113,72). Sum of RGB (Red+Green+Blue) = 162+113+72=347 (45% of max value = 765). Red value is 162 (63.67% from 255 or 46.69% from 347); Green value is 113 (44.53% from 255 or 32.56% from 347); Blue value is 72 (28.52% from 255 or 20.75% from 347); Max value from RGB is 162 - color contains mainly: red. Hex color #A27148 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A27148 is #5D8EB7. Grayscale: #7B7B7B. Windows color (decimal): -6131384 or 4747682. OLE color: 4747682.
HSL color Cylindrical-coordinate representation of color #A27148: hue angle of 27.33º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A27148 is Cyan = 0, Magento = 0.30, Yellow = 0.56 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 113 | 72 | - |
| CMYK | 0 | 0.30 | 0.56 | 0.36 |
| HSL | 27.33º | 0.38% | 0.46% | - |
| HSV(B) | 27.33º | 0.56% | 0.64% | - |
| XYZ | 21.98 | 19.96 | 8.83 | - |
| YUV | 122.98 | 99.23 | 155.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 113 | 72 | 0 | 0.30 | 0.56 | 0.36 | 27.33 | 0.38 | 0.46 |
| Hex | A2 | 71 | 48 | 0 | 1E | 38 | 24 | 1B | 26 | 2E |
| Octal | 242 | 161 | 110 | 0 | 36 | 70 | 44 | 33 | 46 | 56 |
| Binary | 10100010 | 1110001 | 1001000 | 0 | 11110 | 111000 | 100100 | 11011 | 100110 | 101110 |
Color Harmonies of #A27148
Complementary color
Monochromatic Colors of #A27148
Black with #A27148
Text Example
Text Example
White with #A27148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A27148; }
p { color: rgb(162,113,72); }
H1.HeaderClassName
{
color: #A27148;
}
.AnyTagClassName
{
color: #A27148;
}
</style>
background-color css
<style>
a { background-color: #A27148; }
a { background-color: rgb(162,113,72); }
div.DivClassName
{
background-color: #A27148;
}
.BgClassName
{
background-color: #A27148;
}
</style>
border-color css
<style>
span { border-color: #A27148; }
span { border-color: rgb(162,113,72); }
td.TdClassName
{
border-color: #A27148;
}
.TagClassName
{
border-color: #A27148;
}
</style>