Shades of Brown #AF3122
Tints of Brown #AF3122
RGB
CMYK
RGB Variations
Color information
#AF3122 (or 0xAF3122) is known color: Brown. HEX triplet: AF, 31 and 22. RGB value is (175,49,34). Sum of RGB (Red+Green+Blue) = 175+49+34=258 (34% of max value = 765). Red value is 175 (68.75% from 255 or 67.83% from 258); Green value is 49 (19.53% from 255 or 18.99% from 258); Blue value is 34 (13.67% from 255 or 13.18% from 258); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3122 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF3122 is #50CEDD. Grayscale: #555555. Windows color (decimal): -5295838 or 2240943. OLE color: 2240943.
HSL color Cylindrical-coordinate representation of color #AF3122: hue angle of 6.38º 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 #AF3122 is Cyan = 0, Magento = 0.72, Yellow = 0.81 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 49 | 34 | - |
| CMYK | 0 | 0.72 | 0.81 | 0.31 |
| HSL | 6.38º | 0.67% | 0.41% | - |
| HSV(B) | 6.38º | 0.81% | 0.69% | - |
| XYZ | 19.07 | 11.43 | 2.71 | - |
| YUV | 84.96 | 99.24 | 192.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 49 | 34 | 0 | 0.72 | 0.81 | 0.31 | 6.38 | 0.67 | 0.41 |
| Hex | AF | 31 | 22 | 0 | 48 | 51 | 1F | 6 | 43 | 29 |
| Octal | 257 | 61 | 42 | 0 | 110 | 121 | 37 | 6 | 103 | 51 |
| Binary | 10101111 | 110001 | 100010 | 0 | 1001000 | 1010001 | 11111 | 110 | 1000011 | 101001 |
Color Harmonies of #AF3122
Complementary color
Monochromatic Colors of #AF3122
Black with #AF3122
Text Example
Text Example
White with #AF3122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF3122; }
p { color: rgb(175,49,34); }
H1.HeaderClassName
{
color: #AF3122;
}
.AnyTagClassName
{
color: #AF3122;
}
</style>
background-color css
<style>
a { background-color: #AF3122; }
a { background-color: rgb(175,49,34); }
div.DivClassName
{
background-color: #AF3122;
}
.BgClassName
{
background-color: #AF3122;
}
</style>
border-color css
<style>
span { border-color: #AF3122; }
span { border-color: rgb(175,49,34); }
td.TdClassName
{
border-color: #AF3122;
}
.TagClassName
{
border-color: #AF3122;
}
</style>