Shades of Brown #AF3428
Tints of Brown #AF3428
RGB
CMYK
RGB Variations
Color information
#AF3428 (or 0xAF3428) is known color: Brown. HEX triplet: AF, 34 and 28. RGB value is (175,52,40). Sum of RGB (Red+Green+Blue) = 175+52+40=267 (35% of max value = 765). Red value is 175 (68.75% from 255 or 65.54% from 267); Green value is 52 (20.70% from 255 or 19.48% from 267); Blue value is 40 (16.02% from 255 or 14.98% from 267); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3428 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF3428 is #50CBD7. Grayscale: #575757. Windows color (decimal): -5295064 or 2634927. OLE color: 2634927.
HSL color Cylindrical-coordinate representation of color #AF3428: hue angle of 5.33º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AF3428 is Cyan = 0, Magento = 0.70, Yellow = 0.77 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 52 | 40 | - |
| CMYK | 0 | 0.70 | 0.77 | 0.31 |
| HSL | 5.33º | 0.63% | 0.42% | - |
| HSV(B) | 5.33º | 0.77% | 0.69% | - |
| XYZ | 19.29 | 11.72 | 3.25 | - |
| YUV | 87.41 | 101.25 | 190.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 52 | 40 | 0 | 0.70 | 0.77 | 0.31 | 5.33 | 0.63 | 0.42 |
| Hex | AF | 34 | 28 | 0 | 46 | 4D | 1F | 5 | 3F | 2A |
| Octal | 257 | 64 | 50 | 0 | 106 | 115 | 37 | 5 | 77 | 52 |
| Binary | 10101111 | 110100 | 101000 | 0 | 1000110 | 1001101 | 11111 | 101 | 111111 | 101010 |
Color Harmonies of #AF3428
Complementary color
Monochromatic Colors of #AF3428
Black with #AF3428
Text Example
Text Example
White with #AF3428
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF3428; }
p { color: rgb(175,52,40); }
H1.HeaderClassName
{
color: #AF3428;
}
.AnyTagClassName
{
color: #AF3428;
}
</style>
background-color css
<style>
a { background-color: #AF3428; }
a { background-color: rgb(175,52,40); }
div.DivClassName
{
background-color: #AF3428;
}
.BgClassName
{
background-color: #AF3428;
}
</style>
border-color css
<style>
span { border-color: #AF3428; }
span { border-color: rgb(175,52,40); }
td.TdClassName
{
border-color: #AF3428;
}
.TagClassName
{
border-color: #AF3428;
}
</style>