Shades of Brown #AF3526
Tints of Brown #AF3526
RGB
CMYK
RGB Variations
Color information
#AF3526 (or 0xAF3526) is known color: Brown. HEX triplet: AF, 35 and 26. RGB value is (175,53,38). Sum of RGB (Red+Green+Blue) = 175+53+38=266 (35% of max value = 765). Red value is 175 (68.75% from 255 or 65.79% from 266); Green value is 53 (21.09% from 255 or 19.92% from 266); Blue value is 38 (15.23% from 255 or 14.29% from 266); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3526 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF3526 is #50CAD9. Grayscale: #575757. Windows color (decimal): -5294810 or 2504111. OLE color: 2504111.
HSL color Cylindrical-coordinate representation of color #AF3526: hue angle of 6.57º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AF3526 is Cyan = 0, Magento = 0.70, Yellow = 0.78 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 53 | 38 | - |
| CMYK | 0 | 0.70 | 0.78 | 0.31 |
| HSL | 6.57º | 0.64% | 0.42% | - |
| HSV(B) | 6.57º | 0.78% | 0.69% | - |
| XYZ | 19.3 | 11.8 | 3.09 | - |
| YUV | 87.77 | 99.92 | 190.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 53 | 38 | 0 | 0.70 | 0.78 | 0.31 | 6.57 | 0.64 | 0.42 |
| Hex | AF | 35 | 26 | 0 | 46 | 4E | 1F | 7 | 40 | 2A |
| Octal | 257 | 65 | 46 | 0 | 106 | 116 | 37 | 7 | 100 | 52 |
| Binary | 10101111 | 110101 | 100110 | 0 | 1000110 | 1001110 | 11111 | 111 | 1000000 | 101010 |
Color Harmonies of #AF3526
Complementary color
Monochromatic Colors of #AF3526
Black with #AF3526
Text Example
Text Example
White with #AF3526
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF3526; }
p { color: rgb(175,53,38); }
H1.HeaderClassName
{
color: #AF3526;
}
.AnyTagClassName
{
color: #AF3526;
}
</style>
background-color css
<style>
a { background-color: #AF3526; }
a { background-color: rgb(175,53,38); }
div.DivClassName
{
background-color: #AF3526;
}
.BgClassName
{
background-color: #AF3526;
}
</style>
border-color css
<style>
span { border-color: #AF3526; }
span { border-color: rgb(175,53,38); }
td.TdClassName
{
border-color: #AF3526;
}
.TagClassName
{
border-color: #AF3526;
}
</style>