Shades of Brown #AF3022
Tints of Brown #AF3022
RGB
CMYK
RGB Variations
Color information
#AF3022 (or 0xAF3022) is known color: Brown. HEX triplet: AF, 30 and 22. RGB value is (175,48,34). Sum of RGB (Red+Green+Blue) = 175+48+34=257 (34% of max value = 765). Red value is 175 (68.75% from 255 or 68.09% from 257); Green value is 48 (19.14% from 255 or 18.68% from 257); Blue value is 34 (13.67% from 255 or 13.23% from 257); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3022 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF3022 is #50CFDD. Grayscale: #545454. Windows color (decimal): -5296094 or 2240687. OLE color: 2240687.
HSL color Cylindrical-coordinate representation of color #AF3022: hue angle of 5.96º 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 #AF3022 is Cyan = 0, Magento = 0.73, Yellow = 0.81 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 48 | 34 | - |
| CMYK | 0 | 0.73 | 0.81 | 0.31 |
| HSL | 5.96º | 0.67% | 0.41% | - |
| HSV(B) | 5.96º | 0.81% | 0.69% | - |
| XYZ | 19.02 | 11.34 | 2.7 | - |
| YUV | 84.38 | 99.58 | 192.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 48 | 34 | 0 | 0.73 | 0.81 | 0.31 | 5.96 | 0.67 | 0.41 |
| Hex | AF | 30 | 22 | 0 | 49 | 51 | 1F | 6 | 43 | 29 |
| Octal | 257 | 60 | 42 | 0 | 111 | 121 | 37 | 6 | 103 | 51 |
| Binary | 10101111 | 110000 | 100010 | 0 | 1001001 | 1010001 | 11111 | 110 | 1000011 | 101001 |
Color Harmonies of #AF3022
Complementary color
Monochromatic Colors of #AF3022
Black with #AF3022
Text Example
Text Example
White with #AF3022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF3022; }
p { color: rgb(175,48,34); }
H1.HeaderClassName
{
color: #AF3022;
}
.AnyTagClassName
{
color: #AF3022;
}
</style>
background-color css
<style>
a { background-color: #AF3022; }
a { background-color: rgb(175,48,34); }
div.DivClassName
{
background-color: #AF3022;
}
.BgClassName
{
background-color: #AF3022;
}
</style>
border-color css
<style>
span { border-color: #AF3022; }
span { border-color: rgb(175,48,34); }
td.TdClassName
{
border-color: #AF3022;
}
.TagClassName
{
border-color: #AF3022;
}
</style>