Shades of Brown #A93223
Tints of Brown #A93223
RGB
CMYK
RGB Variations
Color information
#A93223 (or 0xA93223) is known color: Brown. HEX triplet: A9, 32 and 23. RGB value is (169,50,35). Sum of RGB (Red+Green+Blue) = 169+50+35=254 (33% of max value = 765). Red value is 169 (66.41% from 255 or 66.54% from 254); Green value is 50 (19.92% from 255 or 19.69% from 254); Blue value is 35 (14.06% from 255 or 13.78% from 254); Max value from RGB is 169 - color contains mainly: red. Hex color #A93223 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A93223 is #56CDDC. Grayscale: #545454. Windows color (decimal): -5688797 or 2306729. OLE color: 2306729.
HSL color Cylindrical-coordinate representation of color #A93223: hue angle of 6.72º degrees, saturation: 0.66, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A93223 is Cyan = 0, Magento = 0.70, Yellow = 0.79 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 50 | 35 | - |
| CMYK | 0 | 0.70 | 0.79 | 0.34 |
| HSL | 6.72º | 0.66% | 0.4% | - |
| HSV(B) | 6.72º | 0.79% | 0.66% | - |
| XYZ | 17.81 | 10.84 | 2.74 | - |
| YUV | 83.87 | 100.42 | 188.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 50 | 35 | 0 | 0.70 | 0.79 | 0.34 | 6.72 | 0.66 | 0.4 |
| Hex | A9 | 32 | 23 | 0 | 46 | 4F | 22 | 7 | 42 | 28 |
| Octal | 251 | 62 | 43 | 0 | 106 | 117 | 42 | 7 | 102 | 50 |
| Binary | 10101001 | 110010 | 100011 | 0 | 1000110 | 1001111 | 100010 | 111 | 1000010 | 101000 |
Color Harmonies of #A93223
Complementary color
Monochromatic Colors of #A93223
Black with #A93223
Text Example
Text Example
White with #A93223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A93223; }
p { color: rgb(169,50,35); }
H1.HeaderClassName
{
color: #A93223;
}
.AnyTagClassName
{
color: #A93223;
}
</style>
background-color css
<style>
a { background-color: #A93223; }
a { background-color: rgb(169,50,35); }
div.DivClassName
{
background-color: #A93223;
}
.BgClassName
{
background-color: #A93223;
}
</style>
border-color css
<style>
span { border-color: #A93223; }
span { border-color: rgb(169,50,35); }
td.TdClassName
{
border-color: #A93223;
}
.TagClassName
{
border-color: #A93223;
}
</style>