Shades of Pale Brown #A27552
Tints of Pale Brown #A27552
RGB
CMYK
RGB Variations
Color information
#A27552 (or 0xA27552) is known color: Pale Brown. HEX triplet: A2, 75 and 52. RGB value is (162,117,82). Sum of RGB (Red+Green+Blue) = 162+117+82=361 (47% of max value = 765). Red value is 162 (63.67% from 255 or 44.88% from 361); Green value is 117 (46.09% from 255 or 32.41% from 361); Blue value is 82 (32.42% from 255 or 22.71% from 361); Max value from RGB is 162 - color contains mainly: red. Hex color #A27552 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A27552 is #5D8AAD. Grayscale: #7E7E7E. Windows color (decimal): -6130350 or 5404066. OLE color: 5404066.
HSL color Cylindrical-coordinate representation of color #A27552: hue angle of 26.25º degrees, saturation: 0.33, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A27552 is Cyan = 0, Magento = 0.28, Yellow = 0.49 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 117 | 82 | - |
| CMYK | 0 | 0.28 | 0.49 | 0.36 |
| HSL | 26.25º | 0.33% | 0.48% | - |
| HSV(B) | 26.25º | 0.49% | 0.64% | - |
| XYZ | 22.78 | 21.01 | 10.84 | - |
| YUV | 126.47 | 102.91 | 153.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 117 | 82 | 0 | 0.28 | 0.49 | 0.36 | 26.25 | 0.33 | 0.48 |
| Hex | A2 | 75 | 52 | 0 | 1C | 31 | 24 | 1A | 21 | 30 |
| Octal | 242 | 165 | 122 | 0 | 34 | 61 | 44 | 32 | 41 | 60 |
| Binary | 10100010 | 1110101 | 1010010 | 0 | 11100 | 110001 | 100100 | 11010 | 100001 | 110000 |
Color Harmonies of #A27552
Complementary color
Monochromatic Colors of #A27552
Black with #A27552
Text Example
Text Example
White with #A27552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A27552; }
p { color: rgb(162,117,82); }
H1.HeaderClassName
{
color: #A27552;
}
.AnyTagClassName
{
color: #A27552;
}
</style>
background-color css
<style>
a { background-color: #A27552; }
a { background-color: rgb(162,117,82); }
div.DivClassName
{
background-color: #A27552;
}
.BgClassName
{
background-color: #A27552;
}
</style>
border-color css
<style>
span { border-color: #A27552; }
span { border-color: rgb(162,117,82); }
td.TdClassName
{
border-color: #A27552;
}
.TagClassName
{
border-color: #A27552;
}
</style>