Shades of Pale Brown #A27348
Tints of Pale Brown #A27348
RGB
CMYK
RGB Variations
Color information
#A27348 (or 0xA27348) is known color: Pale Brown. HEX triplet: A2, 73 and 48. RGB value is (162,115,72). Sum of RGB (Red+Green+Blue) = 162+115+72=349 (46% of max value = 765). Red value is 162 (63.67% from 255 or 46.42% from 349); Green value is 115 (45.31% from 255 or 32.95% from 349); Blue value is 72 (28.52% from 255 or 20.63% from 349); Max value from RGB is 162 - color contains mainly: red. Hex color #A27348 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A27348 is #5D8CB7. Grayscale: #7C7C7C. Windows color (decimal): -6130872 or 4748194. OLE color: 4748194.
HSL color Cylindrical-coordinate representation of color #A27348: hue angle of 28.67º 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 #A27348 is Cyan = 0, Magento = 0.29, Yellow = 0.56 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 115 | 72 | - |
| CMYK | 0 | 0.29 | 0.56 | 0.36 |
| HSL | 28.67º | 0.38% | 0.46% | - |
| HSV(B) | 28.67º | 0.56% | 0.64% | - |
| XYZ | 22.2 | 20.41 | 8.9 | - |
| YUV | 124.15 | 98.57 | 155 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 115 | 72 | 0 | 0.29 | 0.56 | 0.36 | 28.67 | 0.38 | 0.46 |
| Hex | A2 | 73 | 48 | 0 | 1D | 38 | 24 | 1D | 26 | 2E |
| Octal | 242 | 163 | 110 | 0 | 35 | 70 | 44 | 35 | 46 | 56 |
| Binary | 10100010 | 1110011 | 1001000 | 0 | 11101 | 111000 | 100100 | 11101 | 100110 | 101110 |
Color Harmonies of #A27348
Complementary color
Monochromatic Colors of #A27348
Black with #A27348
Text Example
Text Example
White with #A27348
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A27348; }
p { color: rgb(162,115,72); }
H1.HeaderClassName
{
color: #A27348;
}
.AnyTagClassName
{
color: #A27348;
}
</style>
background-color css
<style>
a { background-color: #A27348; }
a { background-color: rgb(162,115,72); }
div.DivClassName
{
background-color: #A27348;
}
.BgClassName
{
background-color: #A27348;
}
</style>
border-color css
<style>
span { border-color: #A27348; }
span { border-color: rgb(162,115,72); }
td.TdClassName
{
border-color: #A27348;
}
.TagClassName
{
border-color: #A27348;
}
</style>