Shades of Brown #AF351E
Tints of Brown #AF351E
RGB
CMYK
RGB Variations
Color information
#AF351E (or 0xAF351E) is known color: Brown. HEX triplet: AF, 35 and 1E. RGB value is (175,53,30). Sum of RGB (Red+Green+Blue) = 175+53+30=258 (34% of max value = 765). Red value is 175 (68.75% from 255 or 67.83% from 258); Green value is 53 (21.09% from 255 or 20.54% from 258); Blue value is 30 (12.11% from 255 or 11.63% from 258); Max value from RGB is 175 - color contains mainly: red. Hex color #AF351E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF351E is #50CAE1. Grayscale: #575757. Windows color (decimal): -5294818 or 1979823. OLE color: 1979823.
HSL color Cylindrical-coordinate representation of color #AF351E: hue angle of 9.52º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AF351E is Cyan = 0, Magento = 0.70, Yellow = 0.83 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 53 | 30 | - |
| CMYK | 0 | 0.70 | 0.83 | 0.31 |
| HSL | 9.52º | 0.71% | 0.4% | - |
| HSV(B) | 9.52º | 0.83% | 0.69% | - |
| XYZ | 19.19 | 11.75 | 2.49 | - |
| YUV | 86.86 | 95.92 | 190.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 53 | 30 | 0 | 0.70 | 0.83 | 0.31 | 9.52 | 0.71 | 0.4 |
| Hex | AF | 35 | 1E | 0 | 46 | 53 | 1F | A | 47 | 28 |
| Octal | 257 | 65 | 36 | 0 | 106 | 123 | 37 | 12 | 107 | 50 |
| Binary | 10101111 | 110101 | 11110 | 0 | 1000110 | 1010011 | 11111 | 1010 | 1000111 | 101000 |
Color Harmonies of #AF351E
Complementary color
Monochromatic Colors of #AF351E
Black with #AF351E
Text Example
Text Example
White with #AF351E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF351E; }
p { color: rgb(175,53,30); }
H1.HeaderClassName
{
color: #AF351E;
}
.AnyTagClassName
{
color: #AF351E;
}
</style>
background-color css
<style>
a { background-color: #AF351E; }
a { background-color: rgb(175,53,30); }
div.DivClassName
{
background-color: #AF351E;
}
.BgClassName
{
background-color: #AF351E;
}
</style>
border-color css
<style>
span { border-color: #AF351E; }
span { border-color: rgb(175,53,30); }
td.TdClassName
{
border-color: #AF351E;
}
.TagClassName
{
border-color: #AF351E;
}
</style>