#AF4E65

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

Shades of Blush #AF4E65

Tints of Blush #AF4E65

Color information

#AF4E65 (or 0xAF4E65) is unknown color: approx Blush. HEX triplet: AF, 4E and 65. RGB value is (175,78,101). Sum of RGB (Red+Green+Blue) = 175+78+101=354 (46% of max value = 765). Red value is 175 (68.75% from 255 or 49.44% from 354); Green value is 78 (30.86% from 255 or 22.03% from 354); Blue value is 101 (39.84% from 255 or 28.53% from 354); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4E65 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF4E65 is #50B19A. Grayscale: #6D6D6D. Windows color (decimal): -5288347 or 6639279. OLE color: 6639279.

HSL color Cylindrical-coordinate representation of color #AF4E65: hue angle of 345.77º 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 #AF4E65 is Cyan = 0, Magento = 0.55, Yellow = 0.42 and Black (K on CMYK) = 0.31.

Color convert

RGB17578101-
CMYK00.550.420.31
HSL345.77º38.34%49.61%-
HSV(B)345.77º55.43%68.63%-
XYZ22.7515.514.1-
YUV109.62123.14174.63-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 49.44%
GREEN value IS 78 (30.86% from 255) = 22.03%
BLUE value IS 101 (39.84% from 255) = 28.53%
R=49.44%
G=22.03%
B=28.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.42
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1757810100.550.420.31345.7738.3449.61
HexAF4E650372A1F15a2632
Octal25711614506752375324662
Binary1010111110011101100101011011110101011111101011010100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF4E65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF4E65; }

 p { color: rgb(175,78,101); }

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

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

 a { background-color: rgb(175,78,101); }

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

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

 span { border-color: rgb(175,78,101); }

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