Shades of Brown #AF332B
Tints of Brown #AF332B
RGB
CMYK
RGB Variations
Color information
#AF332B (or 0xAF332B) is known color: Brown. HEX triplet: AF, 33 and 2B. RGB value is (175,51,43). Sum of RGB (Red+Green+Blue) = 175+51+43=269 (35% of max value = 765). Red value is 175 (68.75% from 255 or 65.06% from 269); Green value is 51 (20.31% from 255 or 18.96% from 269); Blue value is 43 (17.19% from 255 or 15.99% from 269); Max value from RGB is 175 - color contains mainly: red. Hex color #AF332B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF332B is #50CCD4. Grayscale: #575757. Windows color (decimal): -5295317 or 2831279. OLE color: 2831279.
HSL color Cylindrical-coordinate representation of color #AF332B: hue angle of 3.64º degrees, saturation: 0.61, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AF332B is Cyan = 0, Magento = 0.71, Yellow = 0.75 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 51 | 43 | - |
| CMYK | 0 | 0.71 | 0.75 | 0.31 |
| HSL | 3.64º | 0.61% | 0.43% | - |
| HSV(B) | 3.64º | 0.75% | 0.69% | - |
| XYZ | 19.3 | 11.66 | 3.52 | - |
| YUV | 87.16 | 103.08 | 190.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 51 | 43 | 0 | 0.71 | 0.75 | 0.31 | 3.64 | 0.61 | 0.43 |
| Hex | AF | 33 | 2B | 0 | 47 | 4B | 1F | 4 | 3D | 2B |
| Octal | 257 | 63 | 53 | 0 | 107 | 113 | 37 | 4 | 75 | 53 |
| Binary | 10101111 | 110011 | 101011 | 0 | 1000111 | 1001011 | 11111 | 100 | 111101 | 101011 |
Color Harmonies of #AF332B
Complementary color
Monochromatic Colors of #AF332B
Black with #AF332B
Text Example
Text Example
White with #AF332B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF332B; }
p { color: rgb(175,51,43); }
H1.HeaderClassName
{
color: #AF332B;
}
.AnyTagClassName
{
color: #AF332B;
}
</style>
background-color css
<style>
a { background-color: #AF332B; }
a { background-color: rgb(175,51,43); }
div.DivClassName
{
background-color: #AF332B;
}
.BgClassName
{
background-color: #AF332B;
}
</style>
border-color css
<style>
span { border-color: #AF332B; }
span { border-color: rgb(175,51,43); }
td.TdClassName
{
border-color: #AF332B;
}
.TagClassName
{
border-color: #AF332B;
}
</style>