Shades of Blush #AF526C
Tints of Blush #AF526C
RGB
CMYK
RGB Variations
Color information
#AF526C (or 0xAF526C) is known color: Blush. HEX triplet: AF, 52 and 6C. RGB value is (175,82,108). Sum of RGB (Red+Green+Blue) = 175+82+108=365 (48% of max value = 765). Red value is 175 (68.75% from 255 or 47.95% from 365); Green value is 82 (32.42% from 255 or 22.47% from 365); Blue value is 108 (42.58% from 255 or 29.59% from 365); Max value from RGB is 175 - color contains mainly: red. Hex color #AF526C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF526C is #50AD93. Grayscale: #707070. Windows color (decimal): -5287316 or 7099055. OLE color: 7099055.
HSL color Cylindrical-coordinate representation of color #AF526C: hue angle of 343.23º 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 #AF526C is Cyan = 0, Magento = 0.53, Yellow = 0.38 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 82 | 108 | - |
| CMYK | 0 | 0.53 | 0.38 | 0.31 |
| HSL | 343.23º | 0.37% | 0.5% | - |
| HSV(B) | 343.23º | 0.53% | 0.69% | - |
| XYZ | 23.4 | 16.23 | 16.09 | - |
| YUV | 112.77 | 125.31 | 172.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 82 | 108 | 0 | 0.53 | 0.38 | 0.31 | 343.23 | 0.37 | 0.5 |
| Hex | AF | 52 | 6C | 0 | 35 | 26 | 1F | 157 | 25 | 32 |
| Octal | 257 | 122 | 154 | 0 | 65 | 46 | 37 | 527 | 45 | 62 |
| Binary | 10101111 | 1010010 | 1101100 | 0 | 110101 | 100110 | 11111 | 101010111 | 100101 | 110010 |
Color Harmonies of #AF526C
Complementary color
Monochromatic Colors of #AF526C
Black with #AF526C
Text Example
Text Example
White with #AF526C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF526C; }
p { color: rgb(175,82,108); }
H1.HeaderClassName
{
color: #AF526C;
}
.AnyTagClassName
{
color: #AF526C;
}
</style>
background-color css
<style>
a { background-color: #AF526C; }
a { background-color: rgb(175,82,108); }
div.DivClassName
{
background-color: #AF526C;
}
.BgClassName
{
background-color: #AF526C;
}
</style>
border-color css
<style>
span { border-color: #AF526C; }
span { border-color: rgb(175,82,108); }
td.TdClassName
{
border-color: #AF526C;
}
.TagClassName
{
border-color: #AF526C;
}
</style>