Shades of Brown #AF2F2D
Tints of Brown #AF2F2D
RGB
CMYK
RGB Variations
Color information
#AF2F2D (or 0xAF2F2D) is known color: Brown. HEX triplet: AF, 2F and 2D. RGB value is (175,47,45). Sum of RGB (Red+Green+Blue) = 175+47+45=267 (35% of max value = 765). Red value is 175 (68.75% from 255 or 65.54% from 267); Green value is 47 (18.75% from 255 or 17.60% from 267); Blue value is 45 (17.97% from 255 or 16.85% from 267); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2F2D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF2F2D is #50D0D2. Grayscale: #555555. Windows color (decimal): -5296339 or 2961327. OLE color: 2961327.
HSL color Cylindrical-coordinate representation of color #AF2F2D: hue angle of 0.92º 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 #AF2F2D is Cyan = 0, Magento = 0.73, Yellow = 0.74 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 47 | 45 | - |
| CMYK | 0 | 0.73 | 0.74 | 0.31 |
| HSL | 0.92º | 0.59% | 0.43% | - |
| HSV(B) | 0.92º | 0.74% | 0.69% | - |
| XYZ | 19.17 | 11.34 | 3.66 | - |
| YUV | 85.04 | 105.41 | 192.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 47 | 45 | 0 | 0.73 | 0.74 | 0.31 | 0.92 | 0.59 | 0.43 |
| Hex | AF | 2F | 2D | 0 | 49 | 4A | 1F | 1 | 3B | 2B |
| Octal | 257 | 57 | 55 | 0 | 111 | 112 | 37 | 1 | 73 | 53 |
| Binary | 10101111 | 101111 | 101101 | 0 | 1001001 | 1001010 | 11111 | 1 | 111011 | 101011 |
Color Harmonies of #AF2F2D
Complementary color
Monochromatic Colors of #AF2F2D
Black with #AF2F2D
Text Example
Text Example
White with #AF2F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF2F2D; }
p { color: rgb(175,47,45); }
H1.HeaderClassName
{
color: #AF2F2D;
}
.AnyTagClassName
{
color: #AF2F2D;
}
</style>
background-color css
<style>
a { background-color: #AF2F2D; }
a { background-color: rgb(175,47,45); }
div.DivClassName
{
background-color: #AF2F2D;
}
.BgClassName
{
background-color: #AF2F2D;
}
</style>
border-color css
<style>
span { border-color: #AF2F2D; }
span { border-color: rgb(175,47,45); }
td.TdClassName
{
border-color: #AF2F2D;
}
.TagClassName
{
border-color: #AF2F2D;
}
</style>