Shades of Brown #AF2F23
Tints of Brown #AF2F23
RGB
CMYK
RGB Variations
Color information
#AF2F23 (or 0xAF2F23) is known color: Brown. HEX triplet: AF, 2F and 23. RGB value is (175,47,35). Sum of RGB (Red+Green+Blue) = 175+47+35=257 (34% of max value = 765). Red value is 175 (68.75% from 255 or 68.09% from 257); Green value is 47 (18.75% from 255 or 18.29% from 257); Blue value is 35 (14.06% from 255 or 13.62% from 257); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2F23 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF2F23 is #50D0DC. Grayscale: #545454. Windows color (decimal): -5296349 or 2305967. OLE color: 2305967.
HSL color Cylindrical-coordinate representation of color #AF2F23: hue angle of 5.14º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AF2F23 is Cyan = 0, Magento = 0.73, Yellow = 0.8 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 47 | 35 | - |
| CMYK | 0 | 0.73 | 0.8 | 0.31 |
| HSL | 5.14º | 0.67% | 0.41% | - |
| HSV(B) | 5.14º | 0.8% | 0.69% | - |
| XYZ | 19 | 11.27 | 2.76 | - |
| YUV | 83.9 | 100.41 | 192.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 47 | 35 | 0 | 0.73 | 0.8 | 0.31 | 5.14 | 0.67 | 0.41 |
| Hex | AF | 2F | 23 | 0 | 49 | 50 | 1F | 5 | 43 | 29 |
| Octal | 257 | 57 | 43 | 0 | 111 | 120 | 37 | 5 | 103 | 51 |
| Binary | 10101111 | 101111 | 100011 | 0 | 1001001 | 1010000 | 11111 | 101 | 1000011 | 101001 |
Color Harmonies of #AF2F23
Complementary color
Monochromatic Colors of #AF2F23
Black with #AF2F23
Text Example
Text Example
White with #AF2F23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF2F23; }
p { color: rgb(175,47,35); }
H1.HeaderClassName
{
color: #AF2F23;
}
.AnyTagClassName
{
color: #AF2F23;
}
</style>
background-color css
<style>
a { background-color: #AF2F23; }
a { background-color: rgb(175,47,35); }
div.DivClassName
{
background-color: #AF2F23;
}
.BgClassName
{
background-color: #AF2F23;
}
</style>
border-color css
<style>
span { border-color: #AF2F23; }
span { border-color: rgb(175,47,35); }
td.TdClassName
{
border-color: #AF2F23;
}
.TagClassName
{
border-color: #AF2F23;
}
</style>