#AF606A

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

Shades of Blush #AF606A

Tints of Blush #AF606A

Color information

#AF606A (or 0xAF606A) is unknown color: approx Blush. HEX triplet: AF, 60 and 6A. RGB value is (175,96,106). Sum of RGB (Red+Green+Blue) = 175+96+106=377 (49% of max value = 765). Red value is 175 (68.75% from 255 or 46.42% from 377); Green value is 96 (37.89% from 255 or 25.46% from 377); Blue value is 106 (41.80% from 255 or 28.12% from 377); Max value from RGB is 175 - color contains mainly: red. Hex color #AF606A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF606A is #509F95. Grayscale: #787878. Windows color (decimal): -5283734 or 6971567. OLE color: 6971567.

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

Color convert

RGB17596106-
CMYK00.450.390.31
HSL352.41º33.05%53.14%-
HSV(B)352.41º45.14%68.63%-
XYZ24.4618.5215.92-
YUV120.76119.67166.69-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 46.42%
GREEN value IS 96 (37.89% from 255) = 25.46%
BLUE value IS 106 (41.80% from 255) = 28.12%
R=46.42%
G=25.46%
B=28.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.39
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1759610600.450.390.31352.4133.0553.14
HexAF606A02D271F1602135
Octal25714015205547375404165
Binary1010111111000001101010010110110011111111101100000100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF606A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF606A; }

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

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

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

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

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

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

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

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