Shades of Brown #A42B23
Tints of Brown #A42B23
RGB
CMYK
RGB Variations
Color information
#A42B23 (or 0xA42B23) is known color: Brown. HEX triplet: A4, 2B and 23. RGB value is (164,43,35). Sum of RGB (Red+Green+Blue) = 164+43+35=242 (32% of max value = 765). Red value is 164 (64.45% from 255 or 67.77% from 242); Green value is 43 (17.19% from 255 or 17.77% from 242); Blue value is 35 (14.06% from 255 or 14.46% from 242); Max value from RGB is 164 - color contains mainly: red. Hex color #A42B23 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A42B23 is #5BD4DC. Grayscale: #4E4E4E. Windows color (decimal): -6018269 or 2304932. OLE color: 2304932.
HSL color Cylindrical-coordinate representation of color #A42B23: hue angle of 3.72º degrees, saturation: 0.65, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A42B23 is Cyan = 0, Magento = 0.74, Yellow = 0.79 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 43 | 35 | - |
| CMYK | 0 | 0.74 | 0.79 | 0.36 |
| HSL | 3.72º | 0.65% | 0.39% | - |
| HSV(B) | 3.72º | 0.79% | 0.64% | - |
| XYZ | 16.48 | 9.74 | 2.6 | - |
| YUV | 78.27 | 103.59 | 189.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 43 | 35 | 0 | 0.74 | 0.79 | 0.36 | 3.72 | 0.65 | 0.39 |
| Hex | A4 | 2B | 23 | 0 | 4A | 4F | 24 | 4 | 41 | 27 |
| Octal | 244 | 53 | 43 | 0 | 112 | 117 | 44 | 4 | 101 | 47 |
| Binary | 10100100 | 101011 | 100011 | 0 | 1001010 | 1001111 | 100100 | 100 | 1000001 | 100111 |
Color Harmonies of #A42B23
Complementary color
Monochromatic Colors of #A42B23
Black with #A42B23
Text Example
Text Example
White with #A42B23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A42B23; }
p { color: rgb(164,43,35); }
H1.HeaderClassName
{
color: #A42B23;
}
.AnyTagClassName
{
color: #A42B23;
}
</style>
background-color css
<style>
a { background-color: #A42B23; }
a { background-color: rgb(164,43,35); }
div.DivClassName
{
background-color: #A42B23;
}
.BgClassName
{
background-color: #A42B23;
}
</style>
border-color css
<style>
span { border-color: #A42B23; }
span { border-color: rgb(164,43,35); }
td.TdClassName
{
border-color: #A42B23;
}
.TagClassName
{
border-color: #A42B23;
}
</style>