#AF4C64

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

Shades of Blush #AF4C64

Tints of Blush #AF4C64

Color information

#AF4C64 (or 0xAF4C64) is unknown color: approx Blush. HEX triplet: AF, 4C and 64. RGB value is (175,76,100). Sum of RGB (Red+Green+Blue) = 175+76+100=351 (46% of max value = 765). Red value is 175 (68.75% from 255 or 49.86% from 351); Green value is 76 (30.08% from 255 or 21.65% from 351); Blue value is 100 (39.45% from 255 or 28.49% from 351); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4C64 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF4C64 is #50B39B. Grayscale: #6C6C6C. Windows color (decimal): -5288860 or 6573231. OLE color: 6573231.

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

Color convert

RGB17576100-
CMYK00.570.430.31
HSL345.45º39.44%49.22%-
HSV(B)345.45º56.57%68.63%-
XYZ22.5615.213.8-
YUV108.34123.3175.55-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 49.86%
GREEN value IS 76 (30.08% from 255) = 21.65%
BLUE value IS 100 (39.45% from 255) = 28.49%
R=49.86%
G=21.65%
B=28.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.43
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1757610000.570.430.31345.4539.4449.22
HexAF4C640392B1F1592731
Octal25711414407153375314761
Binary1010111110011001100100011100110101111111101011001100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF4C64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF4C64; }

 p { color: rgb(175,76,100); }

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

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

 a { background-color: rgb(175,76,100); }

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

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

 span { border-color: rgb(175,76,100); }

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