#AF5B71

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

Shades of Blush #AF5B71

Tints of Blush #AF5B71

Color information

#AF5B71 (or 0xAF5B71) is unknown color: approx Blush. HEX triplet: AF, 5B and 71. RGB value is (175,91,113). Sum of RGB (Red+Green+Blue) = 175+91+113=379 (50% of max value = 765). Red value is 175 (68.75% from 255 or 46.17% from 379); Green value is 91 (35.94% from 255 or 24.01% from 379); Blue value is 113 (44.53% from 255 or 29.82% from 379); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5B71 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF5B71 is #50A48E. Grayscale: #767676. Windows color (decimal): -5285007 or 7429039. OLE color: 7429039.

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

Color convert

RGB17591113-
CMYK00.480.350.31
HSL344.29º34.43%52.16%-
HSV(B)344.29º48%68.63%-
XYZ24.417.7917.77-
YUV118.62124.83168.21-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 46.17%
GREEN value IS 91 (35.94% from 255) = 24.01%
BLUE value IS 113 (44.53% from 255) = 29.82%
R=46.17%
G=24.01%
B=29.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.35
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1759111300.480.350.31344.2934.4352.16
HexAF5B71030231F1582234
Octal25713316106043375304264
Binary1010111110110111110001011000010001111111101011000100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF5B71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF5B71; }

 p { color: rgb(175,91,113); }

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

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

 a { background-color: rgb(175,91,113); }

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

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

 span { border-color: rgb(175,91,113); }

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