Shades of Brown #AF3622
Tints of Brown #AF3622
RGB
CMYK
RGB Variations
Color information
#AF3622 (or 0xAF3622) is known color: Brown. HEX triplet: AF, 36 and 22. RGB value is (175,54,34). Sum of RGB (Red+Green+Blue) = 175+54+34=263 (34% of max value = 765). Red value is 175 (68.75% from 255 or 66.54% from 263); Green value is 54 (21.48% from 255 or 20.53% from 263); Blue value is 34 (13.67% from 255 or 12.93% from 263); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3622 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF3622 is #50C9DD. Grayscale: #585858. Windows color (decimal): -5294558 or 2242223. OLE color: 2242223.
HSL color Cylindrical-coordinate representation of color #AF3622: hue angle of 8.51º 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 #AF3622 is Cyan = 0, Magento = 0.69, Yellow = 0.81 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 54 | 34 | - |
| CMYK | 0 | 0.69 | 0.81 | 0.31 |
| HSL | 8.51º | 0.67% | 0.41% | - |
| HSV(B) | 8.51º | 0.81% | 0.69% | - |
| XYZ | 19.29 | 11.87 | 2.79 | - |
| YUV | 87.9 | 97.59 | 190.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 54 | 34 | 0 | 0.69 | 0.81 | 0.31 | 8.51 | 0.67 | 0.41 |
| Hex | AF | 36 | 22 | 0 | 45 | 51 | 1F | 9 | 43 | 29 |
| Octal | 257 | 66 | 42 | 0 | 105 | 121 | 37 | 11 | 103 | 51 |
| Binary | 10101111 | 110110 | 100010 | 0 | 1000101 | 1010001 | 11111 | 1001 | 1000011 | 101001 |
Color Harmonies of #AF3622
Complementary color
Monochromatic Colors of #AF3622
Black with #AF3622
Text Example
Text Example
White with #AF3622
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF3622; }
p { color: rgb(175,54,34); }
H1.HeaderClassName
{
color: #AF3622;
}
.AnyTagClassName
{
color: #AF3622;
}
</style>
background-color css
<style>
a { background-color: #AF3622; }
a { background-color: rgb(175,54,34); }
div.DivClassName
{
background-color: #AF3622;
}
.BgClassName
{
background-color: #AF3622;
}
</style>
border-color css
<style>
span { border-color: #AF3622; }
span { border-color: rgb(175,54,34); }
td.TdClassName
{
border-color: #AF3622;
}
.TagClassName
{
border-color: #AF3622;
}
</style>