#AF5E6D

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

Shades of Blush #AF5E6D

Tints of Blush #AF5E6D

Color information

#AF5E6D (or 0xAF5E6D) is unknown color: approx Blush. HEX triplet: AF, 5E and 6D. RGB value is (175,94,109). Sum of RGB (Red+Green+Blue) = 175+94+109=378 (50% of max value = 765). Red value is 175 (68.75% from 255 or 46.30% from 378); Green value is 94 (37.11% from 255 or 24.87% from 378); Blue value is 109 (42.97% from 255 or 28.84% from 378); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5E6D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF5E6D is #50A192. Grayscale: #777777. Windows color (decimal): -5284243 or 7167663. OLE color: 7167663.

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

Color convert

RGB17594109-
CMYK00.460.380.31
HSL348.89º33.61%52.75%-
HSV(B)348.89º46.29%68.63%-
XYZ24.4418.2216.7-
YUV119.93121.84167.28-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 46.30%
GREEN value IS 94 (37.11% from 255) = 24.87%
BLUE value IS 109 (42.97% from 255) = 28.84%
R=46.30%
G=24.87%
B=28.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.38
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1759410900.460.380.31348.8933.6152.75
HexAF5E6D02E261F15d2235
Octal25713615505646375354265
Binary1010111110111101101101010111010011011111101011101100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF5E6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF5E6D; }

 p { color: rgb(175,94,109); }

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

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

 a { background-color: rgb(175,94,109); }

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

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

 span { border-color: rgb(175,94,109); }

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