#AF606D

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

Shades of Blush #AF606D

Tints of Blush #AF606D

Color information

#AF606D (or 0xAF606D) is unknown color: approx Blush. HEX triplet: AF, 60 and 6D. RGB value is (175,96,109). Sum of RGB (Red+Green+Blue) = 175+96+109=380 (50% of max value = 765). Red value is 175 (68.75% from 255 or 46.05% from 380); Green value is 96 (37.89% from 255 or 25.26% from 380); Blue value is 109 (42.97% from 255 or 28.68% from 380); Max value from RGB is 175 - color contains mainly: red. Hex color #AF606D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF606D is #509F92. Grayscale: #797979. Windows color (decimal): -5283731 or 7168175. OLE color: 7168175.

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

Color convert

RGB17596109-
CMYK00.450.380.31
HSL350.13º33.05%53.14%-
HSV(B)350.13º45.14%68.63%-
XYZ24.6218.5816.76-
YUV121.1121.17166.44-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 46.05%
GREEN value IS 96 (37.89% from 255) = 25.26%
BLUE value IS 109 (42.97% from 255) = 28.68%
R=46.05%
G=25.26%
B=28.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.38
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1759610900.450.380.31350.1333.0553.14
HexAF606D02D261F15e2135
Octal25714015505546375364165
Binary1010111111000001101101010110110011011111101011110100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF606D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF606D; }

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

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

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

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

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

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

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

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