#AF6065

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

Shades of Blush #AF6065

Tints of Blush #AF6065

Color information

#AF6065 (or 0xAF6065) is unknown color: approx Blush. HEX triplet: AF, 60 and 65. RGB value is (175,96,101). Sum of RGB (Red+Green+Blue) = 175+96+101=372 (49% of max value = 765). Red value is 175 (68.75% from 255 or 47.04% from 372); Green value is 96 (37.89% from 255 or 25.81% from 372); Blue value is 101 (39.84% from 255 or 27.15% from 372); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6065 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF6065 is #509F9A. Grayscale: #787878. Windows color (decimal): -5283739 or 6643887. OLE color: 6643887.

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

Color convert

RGB17596101-
CMYK00.450.420.31
HSL356.2º33.05%53.14%-
HSV(B)356.2º45.14%68.63%-
XYZ24.2118.4214.59-
YUV120.19117.17167.09-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 47.04%
GREEN value IS 96 (37.89% from 255) = 25.81%
BLUE value IS 101 (39.84% from 255) = 27.15%
R=47.04%
G=25.81%
B=27.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.42
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1759610100.450.420.31356.233.0553.14
HexAF606502D2A1F1642135
Octal25714014505552375444165
Binary1010111111000001100101010110110101011111101100100100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6065

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6065; }

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

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

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

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

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

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

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

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