Shades of Brown #A22827
Tints of Brown #A22827
RGB
CMYK
RGB Variations
Color information
#A22827 (or 0xA22827) is known color: Brown. HEX triplet: A2, 28 and 27. RGB value is (162,40,39). Sum of RGB (Red+Green+Blue) = 162+40+39=241 (31% of max value = 765). Red value is 162 (63.67% from 255 or 67.22% from 241); Green value is 40 (16.02% from 255 or 16.60% from 241); Blue value is 39 (15.62% from 255 or 16.18% from 241); Max value from RGB is 162 - color contains mainly: red. Hex color #A22827 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A22827 is #5DD7D8. Grayscale: #4C4C4C. Windows color (decimal): -6150105 or 2566306. OLE color: 2566306.
HSL color Cylindrical-coordinate representation of color #A22827: hue angle of 0.49º degrees, saturation: 0.61, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A22827 is Cyan = 0, Magento = 0.75, Yellow = 0.76 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 40 | 39 | - |
| CMYK | 0 | 0.75 | 0.76 | 0.36 |
| HSL | 0.49º | 0.61% | 0.39% | - |
| HSV(B) | 0.49º | 0.76% | 0.64% | - |
| XYZ | 16.03 | 9.35 | 2.88 | - |
| YUV | 76.36 | 106.92 | 189.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 40 | 39 | 0 | 0.75 | 0.76 | 0.36 | 0.49 | 0.61 | 0.39 |
| Hex | A2 | 28 | 27 | 0 | 4B | 4C | 24 | 0 | 3D | 27 |
| Octal | 242 | 50 | 47 | 0 | 113 | 114 | 44 | 0 | 75 | 47 |
| Binary | 10100010 | 101000 | 100111 | 0 | 1001011 | 1001100 | 100100 | 0 | 111101 | 100111 |
Color Harmonies of #A22827
Complementary color
Monochromatic Colors of #A22827
Black with #A22827
Text Example
Text Example
White with #A22827
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A22827; }
p { color: rgb(162,40,39); }
H1.HeaderClassName
{
color: #A22827;
}
.AnyTagClassName
{
color: #A22827;
}
</style>
background-color css
<style>
a { background-color: #A22827; }
a { background-color: rgb(162,40,39); }
div.DivClassName
{
background-color: #A22827;
}
.BgClassName
{
background-color: #A22827;
}
</style>
border-color css
<style>
span { border-color: #A22827; }
span { border-color: rgb(162,40,39); }
td.TdClassName
{
border-color: #A22827;
}
.TagClassName
{
border-color: #A22827;
}
</style>