Shades of Brown #AB3425
Tints of Brown #AB3425
RGB
CMYK
RGB Variations
Color information
#AB3425 (or 0xAB3425) is known color: Brown. HEX triplet: AB, 34 and 25. RGB value is (171,52,37). Sum of RGB (Red+Green+Blue) = 171+52+37=260 (34% of max value = 765). Red value is 171 (67.19% from 255 or 65.77% from 260); Green value is 52 (20.70% from 255 or 20% from 260); Blue value is 37 (14.84% from 255 or 14.23% from 260); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3425 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB3425 is #54CBDA. Grayscale: #565656. Windows color (decimal): -5557211 or 2438315. OLE color: 2438315.
HSL color Cylindrical-coordinate representation of color #AB3425: hue angle of 6.72º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AB3425 is Cyan = 0, Magento = 0.70, Yellow = 0.78 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 52 | 37 | - |
| CMYK | 0 | 0.70 | 0.78 | 0.33 |
| HSL | 6.72º | 0.64% | 0.41% | - |
| HSV(B) | 6.72º | 0.78% | 0.67% | - |
| XYZ | 18.36 | 11.25 | 2.95 | - |
| YUV | 85.87 | 100.42 | 188.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 52 | 37 | 0 | 0.70 | 0.78 | 0.33 | 6.72 | 0.64 | 0.41 |
| Hex | AB | 34 | 25 | 0 | 46 | 4E | 21 | 7 | 40 | 29 |
| Octal | 253 | 64 | 45 | 0 | 106 | 116 | 41 | 7 | 100 | 51 |
| Binary | 10101011 | 110100 | 100101 | 0 | 1000110 | 1001110 | 100001 | 111 | 1000000 | 101001 |
Color Harmonies of #AB3425
Complementary color
Monochromatic Colors of #AB3425
Black with #AB3425
Text Example
Text Example
White with #AB3425
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB3425; }
p { color: rgb(171,52,37); }
H1.HeaderClassName
{
color: #AB3425;
}
.AnyTagClassName
{
color: #AB3425;
}
</style>
background-color css
<style>
a { background-color: #AB3425; }
a { background-color: rgb(171,52,37); }
div.DivClassName
{
background-color: #AB3425;
}
.BgClassName
{
background-color: #AB3425;
}
</style>
border-color css
<style>
span { border-color: #AB3425; }
span { border-color: rgb(171,52,37); }
td.TdClassName
{
border-color: #AB3425;
}
.TagClassName
{
border-color: #AB3425;
}
</style>