#AF5B64

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

Shades of Blush #AF5B64

Tints of Blush #AF5B64

Color information

#AF5B64 (or 0xAF5B64) is unknown color: approx Blush. HEX triplet: AF, 5B and 64. RGB value is (175,91,100). Sum of RGB (Red+Green+Blue) = 175+91+100=366 (48% of max value = 765). Red value is 175 (68.75% from 255 or 47.81% from 366); Green value is 91 (35.94% from 255 or 24.86% from 366); Blue value is 100 (39.45% from 255 or 27.32% from 366); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5B64 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF5B64 is #50A49B. Grayscale: #757575. Windows color (decimal): -5285020 or 6577071. OLE color: 6577071.

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

Color convert

RGB17591100-
CMYK00.480.430.31
HSL353.57º34.43%52.16%-
HSV(B)353.57º48%68.63%-
XYZ23.7217.5214.19-
YUV117.14118.33169.27-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 47.81%
GREEN value IS 91 (35.94% from 255) = 24.86%
BLUE value IS 100 (39.45% from 255) = 27.32%
R=47.81%
G=24.86%
B=27.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.43
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1759110000.480.430.31353.5734.4352.16
HexAF5B640302B1F1622234
Octal25713314406053375424264
Binary1010111110110111100100011000010101111111101100010100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF5B64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF5B64; }

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

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

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

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

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

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

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

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