Shades of Brown #A62423
Tints of Brown #A62423
RGB
CMYK
RGB Variations
Color information
#A62423 (or 0xA62423) is known color: Brown. HEX triplet: A6, 24 and 23. RGB value is (166,36,35). Sum of RGB (Red+Green+Blue) = 166+36+35=237 (31% of max value = 765). Red value is 166 (65.23% from 255 or 70.04% from 237); Green value is 36 (14.45% from 255 or 15.19% from 237); Blue value is 35 (14.06% from 255 or 14.77% from 237); Max value from RGB is 166 - color contains mainly: red. Hex color #A62423 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A62423 is #59DBDC. Grayscale: #4A4A4A. Windows color (decimal): -5888989 or 2303142. OLE color: 2303142.
HSL color Cylindrical-coordinate representation of color #A62423: hue angle of 0.46º 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 #A62423 is Cyan = 0, Magento = 0.78, Yellow = 0.79 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 36 | 35 | - |
| CMYK | 0 | 0.78 | 0.79 | 0.35 |
| HSL | 0.46º | 0.65% | 0.39% | - |
| HSV(B) | 0.46º | 0.79% | 0.65% | - |
| XYZ | 16.66 | 9.49 | 2.54 | - |
| YUV | 74.76 | 105.57 | 193.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 36 | 35 | 0 | 0.78 | 0.79 | 0.35 | 0.46 | 0.65 | 0.39 |
| Hex | A6 | 24 | 23 | 0 | 4E | 4F | 23 | 0 | 41 | 27 |
| Octal | 246 | 44 | 43 | 0 | 116 | 117 | 43 | 0 | 101 | 47 |
| Binary | 10100110 | 100100 | 100011 | 0 | 1001110 | 1001111 | 100011 | 0 | 1000001 | 100111 |
Color Harmonies of #A62423
Complementary color
Monochromatic Colors of #A62423
Black with #A62423
Text Example
Text Example
White with #A62423
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A62423; }
p { color: rgb(166,36,35); }
H1.HeaderClassName
{
color: #A62423;
}
.AnyTagClassName
{
color: #A62423;
}
</style>
background-color css
<style>
a { background-color: #A62423; }
a { background-color: rgb(166,36,35); }
div.DivClassName
{
background-color: #A62423;
}
.BgClassName
{
background-color: #A62423;
}
</style>
border-color css
<style>
span { border-color: #A62423; }
span { border-color: rgb(166,36,35); }
td.TdClassName
{
border-color: #A62423;
}
.TagClassName
{
border-color: #A62423;
}
</style>