Shades of Brown #AF3029
Tints of Brown #AF3029
RGB
CMYK
RGB Variations
Color information
#AF3029 (or 0xAF3029) is known color: Brown. HEX triplet: AF, 30 and 29. RGB value is (175,48,41). Sum of RGB (Red+Green+Blue) = 175+48+41=264 (34% of max value = 765). Red value is 175 (68.75% from 255 or 66.29% from 264); Green value is 48 (19.14% from 255 or 18.18% from 264); Blue value is 41 (16.41% from 255 or 15.53% from 264); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3029 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF3029 is #50CFD6. Grayscale: #555555. Windows color (decimal): -5296087 or 2699439. OLE color: 2699439.
HSL color Cylindrical-coordinate representation of color #AF3029: hue angle of 3.13º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AF3029 is Cyan = 0, Magento = 0.73, Yellow = 0.77 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 48 | 41 | - |
| CMYK | 0 | 0.73 | 0.77 | 0.31 |
| HSL | 3.13º | 0.62% | 0.42% | - |
| HSV(B) | 3.13º | 0.77% | 0.69% | - |
| XYZ | 19.14 | 11.39 | 3.29 | - |
| YUV | 85.18 | 103.08 | 192.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 48 | 41 | 0 | 0.73 | 0.77 | 0.31 | 3.13 | 0.62 | 0.42 |
| Hex | AF | 30 | 29 | 0 | 49 | 4D | 1F | 3 | 3E | 2A |
| Octal | 257 | 60 | 51 | 0 | 111 | 115 | 37 | 3 | 76 | 52 |
| Binary | 10101111 | 110000 | 101001 | 0 | 1001001 | 1001101 | 11111 | 11 | 111110 | 101010 |
Color Harmonies of #AF3029
Complementary color
Monochromatic Colors of #AF3029
Black with #AF3029
Text Example
Text Example
White with #AF3029
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF3029; }
p { color: rgb(175,48,41); }
H1.HeaderClassName
{
color: #AF3029;
}
.AnyTagClassName
{
color: #AF3029;
}
</style>
background-color css
<style>
a { background-color: #AF3029; }
a { background-color: rgb(175,48,41); }
div.DivClassName
{
background-color: #AF3029;
}
.BgClassName
{
background-color: #AF3029;
}
</style>
border-color css
<style>
span { border-color: #AF3029; }
span { border-color: rgb(175,48,41); }
td.TdClassName
{
border-color: #AF3029;
}
.TagClassName
{
border-color: #AF3029;
}
</style>