Shades of Brown #A6302F
Tints of Brown #A6302F
RGB
CMYK
RGB Variations
Color information
#A6302F (or 0xA6302F) is known color: Brown. HEX triplet: A6, 30 and 2F. RGB value is (166,48,47). Sum of RGB (Red+Green+Blue) = 166+48+47=261 (34% of max value = 765). Red value is 166 (65.23% from 255 or 63.60% from 261); Green value is 48 (19.14% from 255 or 18.39% from 261); Blue value is 47 (18.75% from 255 or 18.01% from 261); Max value from RGB is 166 - color contains mainly: red. Hex color #A6302F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A6302F is #59CFD0. Grayscale: #535353. Windows color (decimal): -5885905 or 3092646. OLE color: 3092646.
HSL color Cylindrical-coordinate representation of color #A6302F: hue angle of 0.5º degrees, saturation: 0.56, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A6302F is Cyan = 0, Magento = 0.71, Yellow = 0.72 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 48 | 47 | - |
| CMYK | 0 | 0.71 | 0.72 | 0.35 |
| HSL | 0.5º | 0.56% | 0.42% | - |
| HSV(B) | 0.5º | 0.72% | 0.65% | - |
| XYZ | 17.3 | 10.43 | 3.79 | - |
| YUV | 83.17 | 107.59 | 187.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 48 | 47 | 0 | 0.71 | 0.72 | 0.35 | 0.5 | 0.56 | 0.42 |
| Hex | A6 | 30 | 2F | 0 | 47 | 48 | 23 | 1 | 38 | 2A |
| Octal | 246 | 60 | 57 | 0 | 107 | 110 | 43 | 1 | 70 | 52 |
| Binary | 10100110 | 110000 | 101111 | 0 | 1000111 | 1001000 | 100011 | 1 | 111000 | 101010 |
Color Harmonies of #A6302F
Complementary color
Monochromatic Colors of #A6302F
Black with #A6302F
Text Example
Text Example
White with #A6302F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6302F; }
p { color: rgb(166,48,47); }
H1.HeaderClassName
{
color: #A6302F;
}
.AnyTagClassName
{
color: #A6302F;
}
</style>
background-color css
<style>
a { background-color: #A6302F; }
a { background-color: rgb(166,48,47); }
div.DivClassName
{
background-color: #A6302F;
}
.BgClassName
{
background-color: #A6302F;
}
</style>
border-color css
<style>
span { border-color: #A6302F; }
span { border-color: rgb(166,48,47); }
td.TdClassName
{
border-color: #A6302F;
}
.TagClassName
{
border-color: #A6302F;
}
</style>