#AF6164

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

Shades of Blush #AF6164

Tints of Blush #AF6164

Color information

#AF6164 (or 0xAF6164) is unknown color: approx Blush. HEX triplet: AF, 61 and 64. RGB value is (175,97,100). Sum of RGB (Red+Green+Blue) = 175+97+100=372 (49% of max value = 765). Red value is 175 (68.75% from 255 or 47.04% from 372); Green value is 97 (38.28% from 255 or 26.08% from 372); Blue value is 100 (39.45% from 255 or 26.88% from 372); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6164 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF6164 is #509E9B. Grayscale: #787878. Windows color (decimal): -5283484 or 6578607. OLE color: 6578607.

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

Color convert

RGB17597100-
CMYK00.450.430.31
HSL357.69º32.77%53.33%-
HSV(B)357.69º44.57%68.63%-
XYZ24.2518.5814.37-
YUV120.66116.34166.76-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 47.04%
GREEN value IS 97 (38.28% from 255) = 26.08%
BLUE value IS 100 (39.45% from 255) = 26.88%
R=47.04%
G=26.08%
B=26.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.43
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1759710000.450.430.31357.6932.7753.33
HexAF616402D2B1F1662135
Octal25714114405553375464165
Binary1010111111000011100100010110110101111111101100110100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6164

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6164; }

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

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

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

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

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

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

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

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