#AF5C64

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

Shades of Blush #AF5C64

Tints of Blush #AF5C64

Color information

#AF5C64 (or 0xAF5C64) is unknown color: approx Blush. HEX triplet: AF, 5C and 64. RGB value is (175,92,100). Sum of RGB (Red+Green+Blue) = 175+92+100=367 (48% of max value = 765). Red value is 175 (68.75% from 255 or 47.68% from 367); Green value is 92 (36.33% from 255 or 25.07% from 367); Blue value is 100 (39.45% from 255 or 27.25% from 367); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5C64 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF5C64 is #50A39B. Grayscale: #757575. Windows color (decimal): -5284764 or 6577327. OLE color: 6577327.

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

Color convert

RGB17592100-
CMYK00.470.430.31
HSL354.22º34.16%52.35%-
HSV(B)354.22º47.43%68.63%-
XYZ23.8117.6914.22-
YUV117.73118168.85-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 47.68%
GREEN value IS 92 (36.33% from 255) = 25.07%
BLUE value IS 100 (39.45% from 255) = 27.25%
R=47.68%
G=25.07%
B=27.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.43
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1759210000.470.430.31354.2234.1652.35
HexAF5C6402F2B1F1622234
Octal25713414405753375424264
Binary1010111110111001100100010111110101111111101100010100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF5C64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF5C64; }

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

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

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

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

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

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

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

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