Shades of Brown #A62323
Tints of Brown #A62323
RGB
CMYK
RGB Variations
Color information
#A62323 (or 0xA62323) is known color: Brown. HEX triplet: A6, 23 and 23. RGB value is (166,35,35). Sum of RGB (Red+Green+Blue) = 166+35+35=236 (31% of max value = 765). Red value is 166 (65.23% from 255 or 70.34% from 236); Green value is 35 (14.06% from 255 or 14.83% from 236); Blue value is 35 (14.06% from 255 or 14.83% from 236); Max value from RGB is 166 - color contains mainly: red. Hex color #A62323 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A62323 is #59DCDC. Grayscale: #4A4A4A. Windows color (decimal): -5889245 or 2302886. OLE color: 2302886.
HSL color Cylindrical-coordinate representation of color #A62323: hue angle of 0º degrees, saturation: 0.65, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A62323 is Cyan = 0, Magento = 0.79, Yellow = 0.79 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 35 | 35 | - |
| CMYK | 0 | 0.79 | 0.79 | 0.35 |
| HSL | 0º | 0.65% | 0.39% | - |
| HSV(B) | 0º | 0.79% | 0.65% | - |
| XYZ | 16.63 | 9.43 | 2.53 | - |
| YUV | 74.17 | 105.9 | 193.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 35 | 35 | 0 | 0.79 | 0.79 | 0.35 | 0 | 0.65 | 0.39 |
| Hex | A6 | 23 | 23 | 0 | 4F | 4F | 23 | 0 | 41 | 27 |
| Octal | 246 | 43 | 43 | 0 | 117 | 117 | 43 | 0 | 101 | 47 |
| Binary | 10100110 | 100011 | 100011 | 0 | 1001111 | 1001111 | 100011 | 0 | 1000001 | 100111 |
Color Harmonies of #A62323
Complementary color
Monochromatic Colors of #A62323
Black with #A62323
Text Example
Text Example
White with #A62323
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A62323; }
p { color: rgb(166,35,35); }
H1.HeaderClassName
{
color: #A62323;
}
.AnyTagClassName
{
color: #A62323;
}
</style>
background-color css
<style>
a { background-color: #A62323; }
a { background-color: rgb(166,35,35); }
div.DivClassName
{
background-color: #A62323;
}
.BgClassName
{
background-color: #A62323;
}
</style>
border-color css
<style>
span { border-color: #A62323; }
span { border-color: rgb(166,35,35); }
td.TdClassName
{
border-color: #A62323;
}
.TagClassName
{
border-color: #A62323;
}
</style>