Shades of Brown #AF3422
Tints of Brown #AF3422
RGB
CMYK
RGB Variations
Color information
#AF3422 (or 0xAF3422) is known color: Brown. HEX triplet: AF, 34 and 22. RGB value is (175,52,34). Sum of RGB (Red+Green+Blue) = 175+52+34=261 (34% of max value = 765). Red value is 175 (68.75% from 255 or 67.05% from 261); Green value is 52 (20.70% from 255 or 19.92% from 261); Blue value is 34 (13.67% from 255 or 13.03% from 261); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3422 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF3422 is #50CBDD. Grayscale: #565656. Windows color (decimal): -5295070 or 2241711. OLE color: 2241711.
HSL color Cylindrical-coordinate representation of color #AF3422: hue angle of 7.66º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AF3422 is Cyan = 0, Magento = 0.70, Yellow = 0.81 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 52 | 34 | - |
| CMYK | 0 | 0.70 | 0.81 | 0.31 |
| HSL | 7.66º | 0.67% | 0.41% | - |
| HSV(B) | 7.66º | 0.81% | 0.69% | - |
| XYZ | 19.2 | 11.69 | 2.76 | - |
| YUV | 86.73 | 98.25 | 190.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 52 | 34 | 0 | 0.70 | 0.81 | 0.31 | 7.66 | 0.67 | 0.41 |
| Hex | AF | 34 | 22 | 0 | 46 | 51 | 1F | 8 | 43 | 29 |
| Octal | 257 | 64 | 42 | 0 | 106 | 121 | 37 | 10 | 103 | 51 |
| Binary | 10101111 | 110100 | 100010 | 0 | 1000110 | 1010001 | 11111 | 1000 | 1000011 | 101001 |
Color Harmonies of #AF3422
Complementary color
Monochromatic Colors of #AF3422
Black with #AF3422
Text Example
Text Example
White with #AF3422
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF3422; }
p { color: rgb(175,52,34); }
H1.HeaderClassName
{
color: #AF3422;
}
.AnyTagClassName
{
color: #AF3422;
}
</style>
background-color css
<style>
a { background-color: #AF3422; }
a { background-color: rgb(175,52,34); }
div.DivClassName
{
background-color: #AF3422;
}
.BgClassName
{
background-color: #AF3422;
}
</style>
border-color css
<style>
span { border-color: #AF3422; }
span { border-color: rgb(175,52,34); }
td.TdClassName
{
border-color: #AF3422;
}
.TagClassName
{
border-color: #AF3422;
}
</style>