Shades of Pale Brown #A2764B
Tints of Pale Brown #A2764B
RGB
CMYK
RGB Variations
Color information
#A2764B (or 0xA2764B) is known color: Pale Brown. HEX triplet: A2, 76 and 4B. RGB value is (162,118,75). Sum of RGB (Red+Green+Blue) = 162+118+75=355 (47% of max value = 765). Red value is 162 (63.67% from 255 or 45.63% from 355); Green value is 118 (46.48% from 255 or 33.24% from 355); Blue value is 75 (29.69% from 255 or 21.13% from 355); Max value from RGB is 162 - color contains mainly: red. Hex color #A2764B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A2764B is #5D89B4. Grayscale: #7E7E7E. Windows color (decimal): -6130101 or 4945570. OLE color: 4945570.
HSL color Cylindrical-coordinate representation of color #A2764B: hue angle of 29.66º degrees, saturation: 0.37, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A2764B is Cyan = 0, Magento = 0.27, Yellow = 0.54 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 118 | 75 | - |
| CMYK | 0 | 0.27 | 0.54 | 0.36 |
| HSL | 29.66º | 0.37% | 0.46% | - |
| HSV(B) | 29.66º | 0.54% | 0.64% | - |
| XYZ | 22.65 | 21.15 | 9.54 | - |
| YUV | 126.25 | 99.08 | 153.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 118 | 75 | 0 | 0.27 | 0.54 | 0.36 | 29.66 | 0.37 | 0.46 |
| Hex | A2 | 76 | 4B | 0 | 1B | 36 | 24 | 1E | 25 | 2E |
| Octal | 242 | 166 | 113 | 0 | 33 | 66 | 44 | 36 | 45 | 56 |
| Binary | 10100010 | 1110110 | 1001011 | 0 | 11011 | 110110 | 100100 | 11110 | 100101 | 101110 |
Color Harmonies of #A2764B
Complementary color
Monochromatic Colors of #A2764B
Black with #A2764B
Text Example
Text Example
White with #A2764B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2764B; }
p { color: rgb(162,118,75); }
H1.HeaderClassName
{
color: #A2764B;
}
.AnyTagClassName
{
color: #A2764B;
}
</style>
background-color css
<style>
a { background-color: #A2764B; }
a { background-color: rgb(162,118,75); }
div.DivClassName
{
background-color: #A2764B;
}
.BgClassName
{
background-color: #A2764B;
}
</style>
border-color css
<style>
span { border-color: #A2764B; }
span { border-color: rgb(162,118,75); }
td.TdClassName
{
border-color: #A2764B;
}
.TagClassName
{
border-color: #A2764B;
}
</style>