#AF4E68

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

Shades of Blush #AF4E68

Tints of Blush #AF4E68

Color information

#AF4E68 (or 0xAF4E68) is unknown color: approx Blush. HEX triplet: AF, 4E and 68. RGB value is (175,78,104). Sum of RGB (Red+Green+Blue) = 175+78+104=357 (47% of max value = 765). Red value is 175 (68.75% from 255 or 49.02% from 357); Green value is 78 (30.86% from 255 or 21.85% from 357); Blue value is 104 (41.02% from 255 or 29.13% from 357); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4E68 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF4E68 is #50B197. Grayscale: #6D6D6D. Windows color (decimal): -5288344 or 6835887. OLE color: 6835887.

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

Color convert

RGB17578104-
CMYK00.550.410.31
HSL343.92º38.34%49.61%-
HSV(B)343.92º55.43%68.63%-
XYZ22.915.5614.89-
YUV109.97124.64174.39-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 49.02%
GREEN value IS 78 (30.86% from 255) = 21.85%
BLUE value IS 104 (41.02% from 255) = 29.13%
R=49.02%
G=21.85%
B=29.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.41
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1757810400.550.410.31343.9238.3449.61
HexAF4E68037291F1582632
Octal25711615006751375304662
Binary1010111110011101101000011011110100111111101011000100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF4E68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF4E68; }

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

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

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

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

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

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

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

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