#AF5F64

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

Shades of Blush #AF5F64

Tints of Blush #AF5F64

Color information

#AF5F64 (or 0xAF5F64) is unknown color: approx Blush. HEX triplet: AF, 5F and 64. RGB value is (175,95,100). Sum of RGB (Red+Green+Blue) = 175+95+100=370 (49% of max value = 765). Red value is 175 (68.75% from 255 or 47.30% from 370); Green value is 95 (37.5% from 255 or 25.68% from 370); Blue value is 100 (39.45% from 255 or 27.03% from 370); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5F64 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF5F64 is #50A09B. Grayscale: #777777. Windows color (decimal): -5283996 or 6578095. OLE color: 6578095.

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

Color convert

RGB17595100-
CMYK00.460.430.31
HSL356.25º33.33%52.94%-
HSV(B)356.25º45.71%68.63%-
XYZ24.0718.2214.3-
YUV119.49117167.59-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 47.30%
GREEN value IS 95 (37.5% from 255) = 25.68%
BLUE value IS 100 (39.45% from 255) = 27.03%
R=47.30%
G=25.68%
B=27.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.43
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1759510000.460.430.31356.2533.3352.94
HexAF5F6402E2B1F1642135
Octal25713714405653375444165
Binary1010111110111111100100010111010101111111101100100100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF5F64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF5F64; }

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

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

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

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

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

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

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

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