Shades of Pale Brown #A2754E
Tints of Pale Brown #A2754E
RGB
CMYK
RGB Variations
Color information
#A2754E (or 0xA2754E) is known color: Pale Brown. HEX triplet: A2, 75 and 4E. RGB value is (162,117,78). Sum of RGB (Red+Green+Blue) = 162+117+78=357 (47% of max value = 765). Red value is 162 (63.67% from 255 or 45.38% from 357); Green value is 117 (46.09% from 255 or 32.77% from 357); Blue value is 78 (30.86% from 255 or 21.85% from 357); Max value from RGB is 162 - color contains mainly: red. Hex color #A2754E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A2754E is #5D8AB1. Grayscale: #7E7E7E. Windows color (decimal): -6130354 or 5141922. OLE color: 5141922.
HSL color Cylindrical-coordinate representation of color #A2754E: hue angle of 27.86º degrees, saturation: 0.35, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A2754E is Cyan = 0, Magento = 0.28, Yellow = 0.52 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 117 | 78 | - |
| CMYK | 0 | 0.28 | 0.52 | 0.36 |
| HSL | 27.86º | 0.35% | 0.47% | - |
| HSV(B) | 27.86º | 0.52% | 0.64% | - |
| XYZ | 22.64 | 20.95 | 10.06 | - |
| YUV | 126.01 | 100.91 | 153.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 117 | 78 | 0 | 0.28 | 0.52 | 0.36 | 27.86 | 0.35 | 0.47 |
| Hex | A2 | 75 | 4E | 0 | 1C | 34 | 24 | 1C | 23 | 2F |
| Octal | 242 | 165 | 116 | 0 | 34 | 64 | 44 | 34 | 43 | 57 |
| Binary | 10100010 | 1110101 | 1001110 | 0 | 11100 | 110100 | 100100 | 11100 | 100011 | 101111 |
Color Harmonies of #A2754E
Complementary color
Monochromatic Colors of #A2754E
Black with #A2754E
Text Example
Text Example
White with #A2754E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2754E; }
p { color: rgb(162,117,78); }
H1.HeaderClassName
{
color: #A2754E;
}
.AnyTagClassName
{
color: #A2754E;
}
</style>
background-color css
<style>
a { background-color: #A2754E; }
a { background-color: rgb(162,117,78); }
div.DivClassName
{
background-color: #A2754E;
}
.BgClassName
{
background-color: #A2754E;
}
</style>
border-color css
<style>
span { border-color: #A2754E; }
span { border-color: rgb(162,117,78); }
td.TdClassName
{
border-color: #A2754E;
}
.TagClassName
{
border-color: #A2754E;
}
</style>