Shades of Red Stage #AF4E33
Tints of Red Stage #AF4E33
RGB
CMYK
RGB Variations
Color information
#AF4E33 (or 0xAF4E33) is known color: Red Stage. HEX triplet: AF, 4E and 33. RGB value is (175,78,51). Sum of RGB (Red+Green+Blue) = 175+78+51=304 (40% of max value = 765). Red value is 175 (68.75% from 255 or 57.57% from 304); Green value is 78 (30.86% from 255 or 25.66% from 304); Blue value is 51 (20.31% from 255 or 16.78% from 304); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4E33 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF4E33 is #50B1CC. Grayscale: #686868. Windows color (decimal): -5288397 or 3362479. OLE color: 3362479.
HSL color Cylindrical-coordinate representation of color #AF4E33: hue angle of 13.06º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AF4E33 is Cyan = 0, Magento = 0.55, Yellow = 0.71 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 78 | 51 | - |
| CMYK | 0 | 0.55 | 0.71 | 0.31 |
| HSL | 13.06º | 0.55% | 0.44% | - |
| HSV(B) | 13.06º | 0.71% | 0.69% | - |
| XYZ | 21 | 14.8 | 4.88 | - |
| YUV | 103.93 | 98.14 | 178.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 78 | 51 | 0 | 0.55 | 0.71 | 0.31 | 13.06 | 0.55 | 0.44 |
| Hex | AF | 4E | 33 | 0 | 37 | 47 | 1F | D | 37 | 2C |
| Octal | 257 | 116 | 63 | 0 | 67 | 107 | 37 | 15 | 67 | 54 |
| Binary | 10101111 | 1001110 | 110011 | 0 | 110111 | 1000111 | 11111 | 1101 | 110111 | 101100 |
Color Harmonies of #AF4E33
Complementary color
Monochromatic Colors of #AF4E33
Black with #AF4E33
Text Example
Text Example
White with #AF4E33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF4E33; }
p { color: rgb(175,78,51); }
H1.HeaderClassName
{
color: #AF4E33;
}
.AnyTagClassName
{
color: #AF4E33;
}
</style>
background-color css
<style>
a { background-color: #AF4E33; }
a { background-color: rgb(175,78,51); }
div.DivClassName
{
background-color: #AF4E33;
}
.BgClassName
{
background-color: #AF4E33;
}
</style>
border-color css
<style>
span { border-color: #AF4E33; }
span { border-color: rgb(175,78,51); }
td.TdClassName
{
border-color: #AF4E33;
}
.TagClassName
{
border-color: #AF4E33;
}
</style>