#AF5563

Color #AF5563 Blush (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blush #AF5563

Tints of Blush #AF5563

Color information

#AF5563 (or 0xAF5563) is unknown color: approx Blush. HEX triplet: AF, 55 and 63. RGB value is (175,85,99). Sum of RGB (Red+Green+Blue) = 175+85+99=359 (47% of max value = 765). Red value is 175 (68.75% from 255 or 48.75% from 359); Green value is 85 (33.59% from 255 or 23.68% from 359); Blue value is 99 (39.06% from 255 or 27.58% from 359); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5563 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF5563 is #50AA9C. Grayscale: #717171. Windows color (decimal): -5286557 or 6509999. OLE color: 6509999.

HSL color Cylindrical-coordinate representation of color #AF5563: hue angle of 350.67º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AF5563 is Cyan = 0, Magento = 0.51, Yellow = 0.43 and Black (K on CMYK) = 0.31.

Color convert

RGB1758599-
CMYK00.510.430.31
HSL350.67º36%50.98%-
HSV(B)350.67º51.43%68.63%-
XYZ23.1816.5113.77-
YUV113.51119.82171.86-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 175 (68.75% from 255) = 48.75%
GREEN value IS 85 (33.59% from 255) = 23.68%
BLUE value IS 99 (39.06% from 255) = 27.58%
R=48.75%
G=23.68%
B=27.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.43
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175859900.510.430.31350.673650.98
HexAF55630332B1F15f2433
Octal25712514306353375374463
Binary1010111110101011100011011001110101111111101011111100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF5563

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF5563; }

 p { color: rgb(175,85,99); }

 H1.HeaderClassName
 {
   color: #AF5563;
 }
 .AnyTagClassName
 {
   color: #AF5563;
 }
</style>
background-color css

<style>
 a { background-color: #AF5563; }

 a { background-color: rgb(175,85,99); }

 div.DivClassName
 {
   background-color: #AF5563;
 }
 .BgClassName
 {
   background-color: #AF5563;
 }
</style>
border-color css

<style>
 span { border-color: #AF5563; }

 span { border-color: rgb(175,85,99); }

 td.TdClassName
 {
   border-color: #AF5563;
 }
 .TagClassName
 {
   border-color: #AF5563;
 }
</style>