#AF6068

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

Shades of Blush #AF6068

Tints of Blush #AF6068

Color information

#AF6068 (or 0xAF6068) is unknown color: approx Blush. HEX triplet: AF, 60 and 68. RGB value is (175,96,104). Sum of RGB (Red+Green+Blue) = 175+96+104=375 (49% of max value = 765). Red value is 175 (68.75% from 255 or 46.67% from 375); Green value is 96 (37.89% from 255 or 25.6% from 375); Blue value is 104 (41.02% from 255 or 27.73% from 375); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6068 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF6068 is #509F97. Grayscale: #787878. Windows color (decimal): -5283736 or 6840495. OLE color: 6840495.

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

Color convert

RGB17596104-
CMYK00.450.410.31
HSL353.92º33.05%53.14%-
HSV(B)353.92º45.14%68.63%-
XYZ24.3618.4815.38-
YUV120.53118.67166.85-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 46.67%
GREEN value IS 96 (37.89% from 255) = 25.6%
BLUE value IS 104 (41.02% from 255) = 27.73%
R=46.67%
G=25.6%
B=27.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.41
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1759610400.450.410.31353.9233.0553.14
HexAF606802D291F1622135
Octal25714015005551375424165
Binary1010111111000001101000010110110100111111101100010100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6068; }

 p { color: rgb(175,96,104); }

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

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

 a { background-color: rgb(175,96,104); }

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

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

 span { border-color: rgb(175,96,104); }

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