#AF5A70

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

Shades of Blush #AF5A70

Tints of Blush #AF5A70

Color information

#AF5A70 (or 0xAF5A70) is unknown color: approx Blush. HEX triplet: AF, 5A and 70. RGB value is (175,90,112). Sum of RGB (Red+Green+Blue) = 175+90+112=377 (49% of max value = 765). Red value is 175 (68.75% from 255 or 46.42% from 377); Green value is 90 (35.55% from 255 or 23.87% from 377); Blue value is 112 (44.14% from 255 or 29.71% from 377); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5A70 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF5A70 is #50A58F. Grayscale: #757575. Windows color (decimal): -5285264 or 7363247. OLE color: 7363247.

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

Color convert

RGB17590112-
CMYK00.490.360.31
HSL344.47º34.69%51.96%-
HSV(B)344.47º48.57%68.63%-
XYZ24.2617.617.45-
YUV117.92124.66168.71-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 46.42%
GREEN value IS 90 (35.55% from 255) = 23.87%
BLUE value IS 112 (44.14% from 255) = 29.71%
R=46.42%
G=23.87%
B=29.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.36
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1759011200.490.360.31344.4734.6951.96
HexAF5A70031241F1582334
Octal25713216006144375304364
Binary1010111110110101110000011000110010011111101011000100011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF5A70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF5A70; }

 p { color: rgb(175,90,112); }

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

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

 a { background-color: rgb(175,90,112); }

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

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

 span { border-color: rgb(175,90,112); }

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