Shades of Brown #A62E2B
Tints of Brown #A62E2B
RGB
CMYK
RGB Variations
Color information
#A62E2B (or 0xA62E2B) is known color: Brown. HEX triplet: A6, 2E and 2B. RGB value is (166,46,43). Sum of RGB (Red+Green+Blue) = 166+46+43=255 (33% of max value = 765). Red value is 166 (65.23% from 255 or 65.10% from 255); Green value is 46 (18.36% from 255 or 18.04% from 255); Blue value is 43 (17.19% from 255 or 16.86% from 255); Max value from RGB is 166 - color contains mainly: red. Hex color #A62E2B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A62E2B is #59D1D4. Grayscale: #515151. Windows color (decimal): -5886421 or 2829990. OLE color: 2829990.
HSL color Cylindrical-coordinate representation of color #A62E2B: hue angle of 1.46º degrees, saturation: 0.59, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A62E2B is Cyan = 0, Magento = 0.72, Yellow = 0.74 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 46 | 43 | - |
| CMYK | 0 | 0.72 | 0.74 | 0.35 |
| HSL | 1.46º | 0.59% | 0.41% | - |
| HSV(B) | 1.46º | 0.74% | 0.65% | - |
| XYZ | 17.14 | 10.24 | 3.36 | - |
| YUV | 81.54 | 106.26 | 188.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 46 | 43 | 0 | 0.72 | 0.74 | 0.35 | 1.46 | 0.59 | 0.41 |
| Hex | A6 | 2E | 2B | 0 | 48 | 4A | 23 | 1 | 3B | 29 |
| Octal | 246 | 56 | 53 | 0 | 110 | 112 | 43 | 1 | 73 | 51 |
| Binary | 10100110 | 101110 | 101011 | 0 | 1001000 | 1001010 | 100011 | 1 | 111011 | 101001 |
Color Harmonies of #A62E2B
Complementary color
Monochromatic Colors of #A62E2B
Black with #A62E2B
Text Example
Text Example
White with #A62E2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A62E2B; }
p { color: rgb(166,46,43); }
H1.HeaderClassName
{
color: #A62E2B;
}
.AnyTagClassName
{
color: #A62E2B;
}
</style>
background-color css
<style>
a { background-color: #A62E2B; }
a { background-color: rgb(166,46,43); }
div.DivClassName
{
background-color: #A62E2B;
}
.BgClassName
{
background-color: #A62E2B;
}
</style>
border-color css
<style>
span { border-color: #A62E2B; }
span { border-color: rgb(166,46,43); }
td.TdClassName
{
border-color: #A62E2B;
}
.TagClassName
{
border-color: #A62E2B;
}
</style>