#AF5A63

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

Shades of Blush #AF5A63

Tints of Blush #AF5A63

Color information

#AF5A63 (or 0xAF5A63) is unknown color: approx Blush. HEX triplet: AF, 5A and 63. RGB value is (175,90,99). Sum of RGB (Red+Green+Blue) = 175+90+99=364 (48% of max value = 765). Red value is 175 (68.75% from 255 or 48.08% from 364); Green value is 90 (35.55% from 255 or 24.73% from 364); Blue value is 99 (39.06% from 255 or 27.20% from 364); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5A63 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF5A63 is #50A59C. Grayscale: #747474. Windows color (decimal): -5285277 or 6511279. OLE color: 6511279.

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

Color convert

RGB1759099-
CMYK00.490.430.31
HSL353.65º34.69%51.96%-
HSV(B)353.65º48.57%68.63%-
XYZ23.5917.3313.91-
YUV116.44118.16169.77-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 48.08%
GREEN value IS 90 (35.55% from 255) = 24.73%
BLUE value IS 99 (39.06% from 255) = 27.20%
R=48.08%
G=24.73%
B=27.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.43
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175909900.490.430.31353.6534.6951.96
HexAF5A630312B1F1622334
Octal25713214306153375424364
Binary1010111110110101100011011000110101111111101100010100011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF5A63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF5A63; }

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

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

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

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

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

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

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

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