#AF4F64

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

Shades of Blush #AF4F64

Tints of Blush #AF4F64

Color information

#AF4F64 (or 0xAF4F64) is unknown color: approx Blush. HEX triplet: AF, 4F and 64. RGB value is (175,79,100). Sum of RGB (Red+Green+Blue) = 175+79+100=354 (46% of max value = 765). Red value is 175 (68.75% from 255 or 49.44% from 354); Green value is 79 (31.25% from 255 or 22.32% from 354); Blue value is 100 (39.45% from 255 or 28.25% from 354); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4F64 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF4F64 is #50B09B. Grayscale: #6E6E6E. Windows color (decimal): -5288092 or 6573999. OLE color: 6573999.

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

Color convert

RGB17579100-
CMYK00.550.430.31
HSL346.88º37.8%49.8%-
HSV(B)346.88º54.86%68.63%-
XYZ22.7815.6313.87-
YUV110.1122.3174.29-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 49.44%
GREEN value IS 79 (31.25% from 255) = 22.32%
BLUE value IS 100 (39.45% from 255) = 28.25%
R=49.44%
G=22.32%
B=28.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.43
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1757910000.550.430.31346.8837.849.8
HexAF4F640372B1F15b2632
Octal25711714406753375334662
Binary1010111110011111100100011011110101111111101011011100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF4F64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF4F64; }

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

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

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

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

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

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

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

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