Shades of Brown #A8331A
Tints of Brown #A8331A
RGB
CMYK
RGB Variations
Color information
#A8331A (or 0xA8331A) is known color: Brown. HEX triplet: A8, 33 and 1A. RGB value is (168,51,26). Sum of RGB (Red+Green+Blue) = 168+51+26=245 (32% of max value = 765). Red value is 168 (66.02% from 255 or 68.57% from 245); Green value is 51 (20.31% from 255 or 20.82% from 245); Blue value is 26 (10.55% from 255 or 10.61% from 245); Max value from RGB is 168 - color contains mainly: red. Hex color #A8331A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A8331A is #57CCE5. Grayscale: #535353. Windows color (decimal): -5754086 or 1717160. OLE color: 1717160.
HSL color Cylindrical-coordinate representation of color #A8331A: hue angle of 10.56º degrees, saturation: 0.73, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A8331A is Cyan = 0, Magento = 0.70, Yellow = 0.85 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 51 | 26 | - |
| CMYK | 0 | 0.70 | 0.85 | 0.34 |
| HSL | 10.56º | 0.73% | 0.38% | - |
| HSV(B) | 10.56º | 0.85% | 0.66% | - |
| XYZ | 17.52 | 10.77 | 2.13 | - |
| YUV | 83.13 | 95.76 | 188.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 51 | 26 | 0 | 0.70 | 0.85 | 0.34 | 10.56 | 0.73 | 0.38 |
| Hex | A8 | 33 | 1A | 0 | 46 | 55 | 22 | B | 49 | 26 |
| Octal | 250 | 63 | 32 | 0 | 106 | 125 | 42 | 13 | 111 | 46 |
| Binary | 10101000 | 110011 | 11010 | 0 | 1000110 | 1010101 | 100010 | 1011 | 1001001 | 100110 |
Color Harmonies of #A8331A
Complementary color
Monochromatic Colors of #A8331A
Black with #A8331A
Text Example
Text Example
White with #A8331A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8331A; }
p { color: rgb(168,51,26); }
H1.HeaderClassName
{
color: #A8331A;
}
.AnyTagClassName
{
color: #A8331A;
}
</style>
background-color css
<style>
a { background-color: #A8331A; }
a { background-color: rgb(168,51,26); }
div.DivClassName
{
background-color: #A8331A;
}
.BgClassName
{
background-color: #A8331A;
}
</style>
border-color css
<style>
span { border-color: #A8331A; }
span { border-color: rgb(168,51,26); }
td.TdClassName
{
border-color: #A8331A;
}
.TagClassName
{
border-color: #A8331A;
}
</style>