Shades of Brown #AF332D
Tints of Brown #AF332D
RGB
CMYK
RGB Variations
Color information
#AF332D (or 0xAF332D) is known color: Brown. HEX triplet: AF, 33 and 2D. RGB value is (175,51,45). Sum of RGB (Red+Green+Blue) = 175+51+45=271 (35% of max value = 765). Red value is 175 (68.75% from 255 or 64.58% from 271); Green value is 51 (20.31% from 255 or 18.82% from 271); Blue value is 45 (17.97% from 255 or 16.61% from 271); Max value from RGB is 175 - color contains mainly: red. Hex color #AF332D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF332D is #50CCD2. Grayscale: #575757. Windows color (decimal): -5295315 or 2962351. OLE color: 2962351.
HSL color Cylindrical-coordinate representation of color #AF332D: hue angle of 2.77º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AF332D is Cyan = 0, Magento = 0.71, Yellow = 0.74 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 51 | 45 | - |
| CMYK | 0 | 0.71 | 0.74 | 0.31 |
| HSL | 2.77º | 0.59% | 0.43% | - |
| HSV(B) | 2.77º | 0.74% | 0.69% | - |
| XYZ | 19.34 | 11.67 | 3.72 | - |
| YUV | 87.39 | 104.08 | 190.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 51 | 45 | 0 | 0.71 | 0.74 | 0.31 | 2.77 | 0.59 | 0.43 |
| Hex | AF | 33 | 2D | 0 | 47 | 4A | 1F | 3 | 3B | 2B |
| Octal | 257 | 63 | 55 | 0 | 107 | 112 | 37 | 3 | 73 | 53 |
| Binary | 10101111 | 110011 | 101101 | 0 | 1000111 | 1001010 | 11111 | 11 | 111011 | 101011 |
Color Harmonies of #AF332D
Complementary color
Monochromatic Colors of #AF332D
Black with #AF332D
Text Example
Text Example
White with #AF332D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF332D; }
p { color: rgb(175,51,45); }
H1.HeaderClassName
{
color: #AF332D;
}
.AnyTagClassName
{
color: #AF332D;
}
</style>
background-color css
<style>
a { background-color: #AF332D; }
a { background-color: rgb(175,51,45); }
div.DivClassName
{
background-color: #AF332D;
}
.BgClassName
{
background-color: #AF332D;
}
</style>
border-color css
<style>
span { border-color: #AF332D; }
span { border-color: rgb(175,51,45); }
td.TdClassName
{
border-color: #AF332D;
}
.TagClassName
{
border-color: #AF332D;
}
</style>