#AF5164

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

Shades of Blush #AF5164

Tints of Blush #AF5164

Color information

#AF5164 (or 0xAF5164) is unknown color: approx Blush. HEX triplet: AF, 51 and 64. RGB value is (175,81,100). Sum of RGB (Red+Green+Blue) = 175+81+100=356 (47% of max value = 765). Red value is 175 (68.75% from 255 or 49.16% from 356); Green value is 81 (32.03% from 255 or 22.75% from 356); Blue value is 100 (39.45% from 255 or 28.09% from 356); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5164 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF5164 is #50AE9B. Grayscale: #6F6F6F. Windows color (decimal): -5287580 or 6574511. OLE color: 6574511.

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

Color convert

RGB17581100-
CMYK00.540.430.31
HSL347.87º37.01%50.2%-
HSV(B)347.87º53.71%68.63%-
XYZ22.9215.9213.92-
YUV111.27121.64173.46-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 49.16%
GREEN value IS 81 (32.03% from 255) = 22.75%
BLUE value IS 100 (39.45% from 255) = 28.09%
R=49.16%
G=22.75%
B=28.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.43
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1758110000.540.430.31347.8737.0150.2
HexAF51640362B1F15c2532
Octal25712114406653375344562
Binary1010111110100011100100011011010101111111101011100100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF5164

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF5164; }

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

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

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

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

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

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

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

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