#AF5A6E

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

Shades of Blush #AF5A6E

Tints of Blush #AF5A6E

Color information

#AF5A6E (or 0xAF5A6E) is unknown color: approx Blush. HEX triplet: AF, 5A and 6E. RGB value is (175,90,110). Sum of RGB (Red+Green+Blue) = 175+90+110=375 (49% of max value = 765). Red value is 175 (68.75% from 255 or 46.67% from 375); Green value is 90 (35.55% from 255 or 24% from 375); Blue value is 110 (43.36% from 255 or 29.33% from 375); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5A6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF5A6E is #50A591. Grayscale: #757575. Windows color (decimal): -5285266 or 7232175. OLE color: 7232175.

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

Color convert

RGB17590110-
CMYK00.490.370.31
HSL345.88º34.69%51.96%-
HSV(B)345.88º48.57%68.63%-
XYZ24.1517.5516.87-
YUV117.7123.66168.87-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 46.67%
GREEN value IS 90 (35.55% from 255) = 24%
BLUE value IS 110 (43.36% from 255) = 29.33%
R=46.67%
G=24%
B=29.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.37
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1759011000.490.370.31345.8834.6951.96
HexAF5A6E031251F15a2334
Octal25713215606145375324364
Binary1010111110110101101110011000110010111111101011010100011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF5A6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF5A6E; }

 p { color: rgb(175,90,110); }

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

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

 a { background-color: rgb(175,90,110); }

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

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

 span { border-color: rgb(175,90,110); }

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