Shades of Blush #AF526A
Tints of Blush #AF526A
RGB
CMYK
RGB Variations
Color information
#AF526A (or 0xAF526A) is known color: Blush. HEX triplet: AF, 52 and 6A. RGB value is (175,82,106). Sum of RGB (Red+Green+Blue) = 175+82+106=363 (48% of max value = 765). Red value is 175 (68.75% from 255 or 48.21% from 363); Green value is 82 (32.42% from 255 or 22.59% from 363); Blue value is 106 (41.80% from 255 or 29.20% from 363); Max value from RGB is 175 - color contains mainly: red. Hex color #AF526A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF526A is #50AD95. Grayscale: #707070. Windows color (decimal): -5287318 or 6967983. OLE color: 6967983.
HSL color Cylindrical-coordinate representation of color #AF526A: hue angle of 344.52º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AF526A is Cyan = 0, Magento = 0.53, Yellow = 0.39 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 82 | 106 | - |
| CMYK | 0 | 0.53 | 0.39 | 0.31 |
| HSL | 344.52º | 0.37% | 0.5% | - |
| HSV(B) | 344.52º | 0.53% | 0.69% | - |
| XYZ | 23.3 | 16.19 | 15.53 | - |
| YUV | 112.54 | 124.31 | 172.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 82 | 106 | 0 | 0.53 | 0.39 | 0.31 | 344.52 | 0.37 | 0.5 |
| Hex | AF | 52 | 6A | 0 | 35 | 27 | 1F | 159 | 25 | 32 |
| Octal | 257 | 122 | 152 | 0 | 65 | 47 | 37 | 531 | 45 | 62 |
| Binary | 10101111 | 1010010 | 1101010 | 0 | 110101 | 100111 | 11111 | 101011001 | 100101 | 110010 |
Color Harmonies of #AF526A
Complementary color
Monochromatic Colors of #AF526A
Black with #AF526A
Text Example
Text Example
White with #AF526A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF526A; }
p { color: rgb(175,82,106); }
H1.HeaderClassName
{
color: #AF526A;
}
.AnyTagClassName
{
color: #AF526A;
}
</style>
background-color css
<style>
a { background-color: #AF526A; }
a { background-color: rgb(175,82,106); }
div.DivClassName
{
background-color: #AF526A;
}
.BgClassName
{
background-color: #AF526A;
}
</style>
border-color css
<style>
span { border-color: #AF526A; }
span { border-color: rgb(175,82,106); }
td.TdClassName
{
border-color: #AF526A;
}
.TagClassName
{
border-color: #AF526A;
}
</style>