Shades of Brown #A62F27
Tints of Brown #A62F27
RGB
CMYK
RGB Variations
Color information
#A62F27 (or 0xA62F27) is known color: Brown. HEX triplet: A6, 2F and 27. RGB value is (166,47,39). Sum of RGB (Red+Green+Blue) = 166+47+39=252 (33% of max value = 765). Red value is 166 (65.23% from 255 or 65.87% from 252); Green value is 47 (18.75% from 255 or 18.65% from 252); Blue value is 39 (15.62% from 255 or 15.48% from 252); Max value from RGB is 166 - color contains mainly: red. Hex color #A62F27 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A62F27 is #59D0D8. Grayscale: #515151. Windows color (decimal): -5886169 or 2568102. OLE color: 2568102.
HSL color Cylindrical-coordinate representation of color #A62F27: hue angle of 3.78º degrees, saturation: 0.62, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A62F27 is Cyan = 0, Magento = 0.72, Yellow = 0.77 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 47 | 39 | - |
| CMYK | 0 | 0.72 | 0.77 | 0.35 |
| HSL | 3.78º | 0.62% | 0.4% | - |
| HSV(B) | 3.78º | 0.77% | 0.65% | - |
| XYZ | 17.11 | 10.29 | 3 | - |
| YUV | 81.67 | 103.92 | 188.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 47 | 39 | 0 | 0.72 | 0.77 | 0.35 | 3.78 | 0.62 | 0.4 |
| Hex | A6 | 2F | 27 | 0 | 48 | 4D | 23 | 4 | 3E | 28 |
| Octal | 246 | 57 | 47 | 0 | 110 | 115 | 43 | 4 | 76 | 50 |
| Binary | 10100110 | 101111 | 100111 | 0 | 1001000 | 1001101 | 100011 | 100 | 111110 | 101000 |
Color Harmonies of #A62F27
Complementary color
Monochromatic Colors of #A62F27
Black with #A62F27
Text Example
Text Example
White with #A62F27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A62F27; }
p { color: rgb(166,47,39); }
H1.HeaderClassName
{
color: #A62F27;
}
.AnyTagClassName
{
color: #A62F27;
}
</style>
background-color css
<style>
a { background-color: #A62F27; }
a { background-color: rgb(166,47,39); }
div.DivClassName
{
background-color: #A62F27;
}
.BgClassName
{
background-color: #A62F27;
}
</style>
border-color css
<style>
span { border-color: #A62F27; }
span { border-color: rgb(166,47,39); }
td.TdClassName
{
border-color: #A62F27;
}
.TagClassName
{
border-color: #A62F27;
}
</style>