Shades of Brown #A9331E
Tints of Brown #A9331E
RGB
CMYK
RGB Variations
Color information
#A9331E (or 0xA9331E) is known color: Brown. HEX triplet: A9, 33 and 1E. RGB value is (169,51,30). Sum of RGB (Red+Green+Blue) = 169+51+30=250 (33% of max value = 765). Red value is 169 (66.41% from 255 or 67.6% from 250); Green value is 51 (20.31% from 255 or 20.4% from 250); Blue value is 30 (12.11% from 255 or 12% from 250); Max value from RGB is 169 - color contains mainly: red. Hex color #A9331E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A9331E is #56CCE1. Grayscale: #545454. Windows color (decimal): -5688546 or 1979305. OLE color: 1979305.
HSL color Cylindrical-coordinate representation of color #A9331E: hue angle of 9.06º degrees, saturation: 0.7, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A9331E is Cyan = 0, Magento = 0.70, Yellow = 0.82 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 51 | 30 | - |
| CMYK | 0 | 0.70 | 0.82 | 0.34 |
| HSL | 9.06º | 0.7% | 0.39% | - |
| HSV(B) | 9.06º | 0.82% | 0.66% | - |
| XYZ | 17.78 | 10.9 | 2.39 | - |
| YUV | 83.89 | 97.59 | 188.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 51 | 30 | 0 | 0.70 | 0.82 | 0.34 | 9.06 | 0.7 | 0.39 |
| Hex | A9 | 33 | 1E | 0 | 46 | 52 | 22 | 9 | 46 | 27 |
| Octal | 251 | 63 | 36 | 0 | 106 | 122 | 42 | 11 | 106 | 47 |
| Binary | 10101001 | 110011 | 11110 | 0 | 1000110 | 1010010 | 100010 | 1001 | 1000110 | 100111 |
Color Harmonies of #A9331E
Complementary color
Monochromatic Colors of #A9331E
Black with #A9331E
Text Example
Text Example
White with #A9331E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9331E; }
p { color: rgb(169,51,30); }
H1.HeaderClassName
{
color: #A9331E;
}
.AnyTagClassName
{
color: #A9331E;
}
</style>
background-color css
<style>
a { background-color: #A9331E; }
a { background-color: rgb(169,51,30); }
div.DivClassName
{
background-color: #A9331E;
}
.BgClassName
{
background-color: #A9331E;
}
</style>
border-color css
<style>
span { border-color: #A9331E; }
span { border-color: rgb(169,51,30); }
td.TdClassName
{
border-color: #A9331E;
}
.TagClassName
{
border-color: #A9331E;
}
</style>