Shades of Brown #A62B2A
Tints of Brown #A62B2A
RGB
CMYK
RGB Variations
Color information
#A62B2A (or 0xA62B2A) is known color: Brown. HEX triplet: A6, 2B and 2A. RGB value is (166,43,42). Sum of RGB (Red+Green+Blue) = 166+43+42=251 (33% of max value = 765). Red value is 166 (65.23% from 255 or 66.14% from 251); Green value is 43 (17.19% from 255 or 17.13% from 251); Blue value is 42 (16.80% from 255 or 16.73% from 251); Max value from RGB is 166 - color contains mainly: red. Hex color #A62B2A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A62B2A is #59D4D5. Grayscale: #4F4F4F. Windows color (decimal): -5887190 or 2763686. OLE color: 2763686.
HSL color Cylindrical-coordinate representation of color #A62B2A: hue angle of 0.48º degrees, saturation: 0.6, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A62B2A is Cyan = 0, Magento = 0.74, Yellow = 0.75 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 43 | 42 | - |
| CMYK | 0 | 0.74 | 0.75 | 0.35 |
| HSL | 0.48º | 0.6% | 0.41% | - |
| HSV(B) | 0.48º | 0.75% | 0.65% | - |
| XYZ | 17.01 | 10 | 3.22 | - |
| YUV | 79.66 | 106.75 | 189.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 43 | 42 | 0 | 0.74 | 0.75 | 0.35 | 0.48 | 0.6 | 0.41 |
| Hex | A6 | 2B | 2A | 0 | 4A | 4B | 23 | 0 | 3C | 29 |
| Octal | 246 | 53 | 52 | 0 | 112 | 113 | 43 | 0 | 74 | 51 |
| Binary | 10100110 | 101011 | 101010 | 0 | 1001010 | 1001011 | 100011 | 0 | 111100 | 101001 |
Color Harmonies of #A62B2A
Complementary color
Monochromatic Colors of #A62B2A
Black with #A62B2A
Text Example
Text Example
White with #A62B2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A62B2A; }
p { color: rgb(166,43,42); }
H1.HeaderClassName
{
color: #A62B2A;
}
.AnyTagClassName
{
color: #A62B2A;
}
</style>
background-color css
<style>
a { background-color: #A62B2A; }
a { background-color: rgb(166,43,42); }
div.DivClassName
{
background-color: #A62B2A;
}
.BgClassName
{
background-color: #A62B2A;
}
</style>
border-color css
<style>
span { border-color: #A62B2A; }
span { border-color: rgb(166,43,42); }
td.TdClassName
{
border-color: #A62B2A;
}
.TagClassName
{
border-color: #A62B2A;
}
</style>