Shades of Brown #AF3420
Tints of Brown #AF3420
RGB
CMYK
RGB Variations
Color information
#AF3420 (or 0xAF3420) is known color: Brown. HEX triplet: AF, 34 and 20. RGB value is (175,52,32). Sum of RGB (Red+Green+Blue) = 175+52+32=259 (34% of max value = 765). Red value is 175 (68.75% from 255 or 67.57% from 259); Green value is 52 (20.70% from 255 or 20.08% from 259); Blue value is 32 (12.89% from 255 or 12.36% from 259); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3420 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF3420 is #50CBDF. Grayscale: #565656. Windows color (decimal): -5295072 or 2110639. OLE color: 2110639.
HSL color Cylindrical-coordinate representation of color #AF3420: hue angle of 8.39º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AF3420 is Cyan = 0, Magento = 0.70, Yellow = 0.82 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 52 | 32 | - |
| CMYK | 0 | 0.70 | 0.82 | 0.31 |
| HSL | 8.39º | 0.69% | 0.41% | - |
| HSV(B) | 8.39º | 0.82% | 0.69% | - |
| XYZ | 19.17 | 11.67 | 2.61 | - |
| YUV | 86.5 | 97.25 | 191.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 52 | 32 | 0 | 0.70 | 0.82 | 0.31 | 8.39 | 0.69 | 0.41 |
| Hex | AF | 34 | 20 | 0 | 46 | 52 | 1F | 8 | 45 | 29 |
| Octal | 257 | 64 | 40 | 0 | 106 | 122 | 37 | 10 | 105 | 51 |
| Binary | 10101111 | 110100 | 100000 | 0 | 1000110 | 1010010 | 11111 | 1000 | 1000101 | 101001 |
Color Harmonies of #AF3420
Complementary color
Monochromatic Colors of #AF3420
Black with #AF3420
Text Example
Text Example
White with #AF3420
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF3420; }
p { color: rgb(175,52,32); }
H1.HeaderClassName
{
color: #AF3420;
}
.AnyTagClassName
{
color: #AF3420;
}
</style>
background-color css
<style>
a { background-color: #AF3420; }
a { background-color: rgb(175,52,32); }
div.DivClassName
{
background-color: #AF3420;
}
.BgClassName
{
background-color: #AF3420;
}
</style>
border-color css
<style>
span { border-color: #AF3420; }
span { border-color: rgb(175,52,32); }
td.TdClassName
{
border-color: #AF3420;
}
.TagClassName
{
border-color: #AF3420;
}
</style>