Shades of Brown #AF332A
Tints of Brown #AF332A
RGB
CMYK
RGB Variations
Color information
#AF332A (or 0xAF332A) is known color: Brown. HEX triplet: AF, 33 and 2A. RGB value is (175,51,42). Sum of RGB (Red+Green+Blue) = 175+51+42=268 (35% of max value = 765). Red value is 175 (68.75% from 255 or 65.30% from 268); Green value is 51 (20.31% from 255 or 19.03% from 268); Blue value is 42 (16.80% from 255 or 15.67% from 268); Max value from RGB is 175 - color contains mainly: red. Hex color #AF332A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF332A is #50CCD5. Grayscale: #575757. Windows color (decimal): -5295318 or 2765743. OLE color: 2765743.
HSL color Cylindrical-coordinate representation of color #AF332A: hue angle of 4.06º degrees, saturation: 0.61, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AF332A is Cyan = 0, Magento = 0.71, Yellow = 0.76 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 51 | 42 | - |
| CMYK | 0 | 0.71 | 0.76 | 0.31 |
| HSL | 4.06º | 0.61% | 0.43% | - |
| HSV(B) | 4.06º | 0.76% | 0.69% | - |
| XYZ | 19.28 | 11.65 | 3.42 | - |
| YUV | 87.05 | 102.58 | 190.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 51 | 42 | 0 | 0.71 | 0.76 | 0.31 | 4.06 | 0.61 | 0.43 |
| Hex | AF | 33 | 2A | 0 | 47 | 4C | 1F | 4 | 3D | 2B |
| Octal | 257 | 63 | 52 | 0 | 107 | 114 | 37 | 4 | 75 | 53 |
| Binary | 10101111 | 110011 | 101010 | 0 | 1000111 | 1001100 | 11111 | 100 | 111101 | 101011 |
Color Harmonies of #AF332A
Complementary color
Monochromatic Colors of #AF332A
Black with #AF332A
Text Example
Text Example
White with #AF332A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF332A; }
p { color: rgb(175,51,42); }
H1.HeaderClassName
{
color: #AF332A;
}
.AnyTagClassName
{
color: #AF332A;
}
</style>
background-color css
<style>
a { background-color: #AF332A; }
a { background-color: rgb(175,51,42); }
div.DivClassName
{
background-color: #AF332A;
}
.BgClassName
{
background-color: #AF332A;
}
</style>
border-color css
<style>
span { border-color: #AF332A; }
span { border-color: rgb(175,51,42); }
td.TdClassName
{
border-color: #AF332A;
}
.TagClassName
{
border-color: #AF332A;
}
</style>