Shades of Brown #AB351D
Tints of Brown #AB351D
RGB
CMYK
RGB Variations
Color information
#AB351D (or 0xAB351D) is known color: Brown. HEX triplet: AB, 35 and 1D. RGB value is (171,53,29). Sum of RGB (Red+Green+Blue) = 171+53+29=253 (33% of max value = 765). Red value is 171 (67.19% from 255 or 67.59% from 253); Green value is 53 (21.09% from 255 or 20.95% from 253); Blue value is 29 (11.72% from 255 or 11.46% from 253); Max value from RGB is 171 - color contains mainly: red. Hex color #AB351D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB351D is #54CAE2. Grayscale: #555555. Windows color (decimal): -5556963 or 1914283. OLE color: 1914283.
HSL color Cylindrical-coordinate representation of color #AB351D: hue angle of 10.14º degrees, saturation: 0.71, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AB351D is Cyan = 0, Magento = 0.69, Yellow = 0.83 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 53 | 29 | - |
| CMYK | 0 | 0.69 | 0.83 | 0.33 |
| HSL | 10.14º | 0.71% | 0.39% | - |
| HSV(B) | 10.14º | 0.83% | 0.67% | - |
| XYZ | 18.29 | 11.29 | 2.38 | - |
| YUV | 85.55 | 96.09 | 188.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 53 | 29 | 0 | 0.69 | 0.83 | 0.33 | 10.14 | 0.71 | 0.39 |
| Hex | AB | 35 | 1D | 0 | 45 | 53 | 21 | A | 47 | 27 |
| Octal | 253 | 65 | 35 | 0 | 105 | 123 | 41 | 12 | 107 | 47 |
| Binary | 10101011 | 110101 | 11101 | 0 | 1000101 | 1010011 | 100001 | 1010 | 1000111 | 100111 |
Color Harmonies of #AB351D
Complementary color
Monochromatic Colors of #AB351D
Black with #AB351D
Text Example
Text Example
White with #AB351D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB351D; }
p { color: rgb(171,53,29); }
H1.HeaderClassName
{
color: #AB351D;
}
.AnyTagClassName
{
color: #AB351D;
}
</style>
background-color css
<style>
a { background-color: #AB351D; }
a { background-color: rgb(171,53,29); }
div.DivClassName
{
background-color: #AB351D;
}
.BgClassName
{
background-color: #AB351D;
}
</style>
border-color css
<style>
span { border-color: #AB351D; }
span { border-color: rgb(171,53,29); }
td.TdClassName
{
border-color: #AB351D;
}
.TagClassName
{
border-color: #AB351D;
}
</style>