Shades of Blush #AF546C
Tints of Blush #AF546C
RGB
CMYK
RGB Variations
Color information
#AF546C (or 0xAF546C) is known color: Blush. HEX triplet: AF, 54 and 6C. RGB value is (175,84,108). Sum of RGB (Red+Green+Blue) = 175+84+108=367 (48% of max value = 765). Red value is 175 (68.75% from 255 or 47.68% from 367); Green value is 84 (33.20% from 255 or 22.89% from 367); Blue value is 108 (42.58% from 255 or 29.43% from 367); Max value from RGB is 175 - color contains mainly: red. Hex color #AF546C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF546C is #50AB93. Grayscale: #717171. Windows color (decimal): -5286804 or 7099567. OLE color: 7099567.
HSL color Cylindrical-coordinate representation of color #AF546C: hue angle of 344.18º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AF546C is Cyan = 0, Magento = 0.52, Yellow = 0.38 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 84 | 108 | - |
| CMYK | 0 | 0.52 | 0.38 | 0.31 |
| HSL | 344.18º | 0.36% | 0.51% | - |
| HSV(B) | 344.18º | 0.52% | 0.69% | - |
| XYZ | 23.56 | 16.54 | 16.14 | - |
| YUV | 113.95 | 124.65 | 171.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 84 | 108 | 0 | 0.52 | 0.38 | 0.31 | 344.18 | 0.36 | 0.51 |
| Hex | AF | 54 | 6C | 0 | 34 | 26 | 1F | 158 | 24 | 33 |
| Octal | 257 | 124 | 154 | 0 | 64 | 46 | 37 | 530 | 44 | 63 |
| Binary | 10101111 | 1010100 | 1101100 | 0 | 110100 | 100110 | 11111 | 101011000 | 100100 | 110011 |
Color Harmonies of #AF546C
Complementary color
Monochromatic Colors of #AF546C
Black with #AF546C
Text Example
Text Example
White with #AF546C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF546C; }
p { color: rgb(175,84,108); }
H1.HeaderClassName
{
color: #AF546C;
}
.AnyTagClassName
{
color: #AF546C;
}
</style>
background-color css
<style>
a { background-color: #AF546C; }
a { background-color: rgb(175,84,108); }
div.DivClassName
{
background-color: #AF546C;
}
.BgClassName
{
background-color: #AF546C;
}
</style>
border-color css
<style>
span { border-color: #AF546C; }
span { border-color: rgb(175,84,108); }
td.TdClassName
{
border-color: #AF546C;
}
.TagClassName
{
border-color: #AF546C;
}
</style>