Shades of Brown #AF342A
Tints of Brown #AF342A
RGB
CMYK
RGB Variations
Color information
#AF342A (or 0xAF342A) is known color: Brown. HEX triplet: AF, 34 and 2A. RGB value is (175,52,42). Sum of RGB (Red+Green+Blue) = 175+52+42=269 (35% of max value = 765). Red value is 175 (68.75% from 255 or 65.06% from 269); Green value is 52 (20.70% from 255 or 19.33% from 269); Blue value is 42 (16.80% from 255 or 15.61% from 269); Max value from RGB is 175 - color contains mainly: red. Hex color #AF342A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF342A is #50CBD5. Grayscale: #575757. Windows color (decimal): -5295062 or 2765999. OLE color: 2765999.
HSL color Cylindrical-coordinate representation of color #AF342A: hue angle of 4.51º 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 #AF342A is Cyan = 0, Magento = 0.70, Yellow = 0.76 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 52 | 42 | - |
| CMYK | 0 | 0.70 | 0.76 | 0.31 |
| HSL | 4.51º | 0.61% | 0.43% | - |
| HSV(B) | 4.51º | 0.76% | 0.69% | - |
| XYZ | 19.33 | 11.74 | 3.44 | - |
| YUV | 87.64 | 102.25 | 190.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 52 | 42 | 0 | 0.70 | 0.76 | 0.31 | 4.51 | 0.61 | 0.43 |
| Hex | AF | 34 | 2A | 0 | 46 | 4C | 1F | 5 | 3D | 2B |
| Octal | 257 | 64 | 52 | 0 | 106 | 114 | 37 | 5 | 75 | 53 |
| Binary | 10101111 | 110100 | 101010 | 0 | 1000110 | 1001100 | 11111 | 101 | 111101 | 101011 |
Color Harmonies of #AF342A
Complementary color
Monochromatic Colors of #AF342A
Black with #AF342A
Text Example
Text Example
White with #AF342A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF342A; }
p { color: rgb(175,52,42); }
H1.HeaderClassName
{
color: #AF342A;
}
.AnyTagClassName
{
color: #AF342A;
}
</style>
background-color css
<style>
a { background-color: #AF342A; }
a { background-color: rgb(175,52,42); }
div.DivClassName
{
background-color: #AF342A;
}
.BgClassName
{
background-color: #AF342A;
}
</style>
border-color css
<style>
span { border-color: #AF342A; }
span { border-color: rgb(175,52,42); }
td.TdClassName
{
border-color: #AF342A;
}
.TagClassName
{
border-color: #AF342A;
}
</style>