Shades of Brown #AF322D
Tints of Brown #AF322D
RGB
CMYK
RGB Variations
Color information
#AF322D (or 0xAF322D) is known color: Brown. HEX triplet: AF, 32 and 2D. RGB value is (175,50,45). Sum of RGB (Red+Green+Blue) = 175+50+45=270 (35% of max value = 765). Red value is 175 (68.75% from 255 or 64.81% from 270); Green value is 50 (19.92% from 255 or 18.52% from 270); Blue value is 45 (17.97% from 255 or 16.67% from 270); Max value from RGB is 175 - color contains mainly: red. Hex color #AF322D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF322D is #50CDD2. Grayscale: #565656. Windows color (decimal): -5295571 or 2962095. OLE color: 2962095.
HSL color Cylindrical-coordinate representation of color #AF322D: hue angle of 2.31º 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 #AF322D is Cyan = 0, Magento = 0.71, Yellow = 0.74 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 50 | 45 | - |
| CMYK | 0 | 0.71 | 0.74 | 0.31 |
| HSL | 2.31º | 0.59% | 0.43% | - |
| HSV(B) | 2.31º | 0.74% | 0.69% | - |
| XYZ | 19.29 | 11.58 | 3.7 | - |
| YUV | 86.81 | 104.41 | 190.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 50 | 45 | 0 | 0.71 | 0.74 | 0.31 | 2.31 | 0.59 | 0.43 |
| Hex | AF | 32 | 2D | 0 | 47 | 4A | 1F | 2 | 3B | 2B |
| Octal | 257 | 62 | 55 | 0 | 107 | 112 | 37 | 2 | 73 | 53 |
| Binary | 10101111 | 110010 | 101101 | 0 | 1000111 | 1001010 | 11111 | 10 | 111011 | 101011 |
Color Harmonies of #AF322D
Complementary color
Monochromatic Colors of #AF322D
Black with #AF322D
Text Example
Text Example
White with #AF322D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF322D; }
p { color: rgb(175,50,45); }
H1.HeaderClassName
{
color: #AF322D;
}
.AnyTagClassName
{
color: #AF322D;
}
</style>
background-color css
<style>
a { background-color: #AF322D; }
a { background-color: rgb(175,50,45); }
div.DivClassName
{
background-color: #AF322D;
}
.BgClassName
{
background-color: #AF322D;
}
</style>
border-color css
<style>
span { border-color: #AF322D; }
span { border-color: rgb(175,50,45); }
td.TdClassName
{
border-color: #AF322D;
}
.TagClassName
{
border-color: #AF322D;
}
</style>