Shades of Pale Brown #A27353
Tints of Pale Brown #A27353
RGB
CMYK
RGB Variations
Color information
#A27353 (or 0xA27353) is known color: Pale Brown. HEX triplet: A2, 73 and 53. RGB value is (162,115,83). Sum of RGB (Red+Green+Blue) = 162+115+83=360 (47% of max value = 765). Red value is 162 (63.67% from 255 or 45% from 360); Green value is 115 (45.31% from 255 or 31.94% from 360); Blue value is 83 (32.81% from 255 or 23.06% from 360); Max value from RGB is 162 - color contains mainly: red. Hex color #A27353 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A27353 is #5D8CAC. Grayscale: #7D7D7D. Windows color (decimal): -6130861 or 5469090. OLE color: 5469090.
HSL color Cylindrical-coordinate representation of color #A27353: hue angle of 24.3º degrees, saturation: 0.32, 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 #A27353 is Cyan = 0, Magento = 0.29, Yellow = 0.49 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 115 | 83 | - |
| CMYK | 0 | 0.29 | 0.49 | 0.36 |
| HSL | 24.3º | 0.32% | 0.48% | - |
| HSV(B) | 24.3º | 0.49% | 0.64% | - |
| XYZ | 22.59 | 20.57 | 10.96 | - |
| YUV | 125.41 | 104.07 | 154.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 115 | 83 | 0 | 0.29 | 0.49 | 0.36 | 24.3 | 0.32 | 0.48 |
| Hex | A2 | 73 | 53 | 0 | 1D | 31 | 24 | 18 | 20 | 30 |
| Octal | 242 | 163 | 123 | 0 | 35 | 61 | 44 | 30 | 40 | 60 |
| Binary | 10100010 | 1110011 | 1010011 | 0 | 11101 | 110001 | 100100 | 11000 | 100000 | 110000 |
Color Harmonies of #A27353
Complementary color
Monochromatic Colors of #A27353
Black with #A27353
Text Example
Text Example
White with #A27353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A27353; }
p { color: rgb(162,115,83); }
H1.HeaderClassName
{
color: #A27353;
}
.AnyTagClassName
{
color: #A27353;
}
</style>
background-color css
<style>
a { background-color: #A27353; }
a { background-color: rgb(162,115,83); }
div.DivClassName
{
background-color: #A27353;
}
.BgClassName
{
background-color: #A27353;
}
</style>
border-color css
<style>
span { border-color: #A27353; }
span { border-color: rgb(162,115,83); }
td.TdClassName
{
border-color: #A27353;
}
.TagClassName
{
border-color: #A27353;
}
</style>