#AF5C6E

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

Shades of Blush #AF5C6E

Tints of Blush #AF5C6E

Color information

#AF5C6E (or 0xAF5C6E) is unknown color: approx Blush. HEX triplet: AF, 5C and 6E. RGB value is (175,92,110). Sum of RGB (Red+Green+Blue) = 175+92+110=377 (49% of max value = 765). Red value is 175 (68.75% from 255 or 46.42% from 377); Green value is 92 (36.33% from 255 or 24.40% from 377); Blue value is 110 (43.36% from 255 or 29.18% from 377); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5C6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF5C6E is #50A391. Grayscale: #767676. Windows color (decimal): -5284754 or 7232687. OLE color: 7232687.

HSL color Cylindrical-coordinate representation of color #AF5C6E: hue angle of 346.99º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AF5C6E is Cyan = 0, Magento = 0.47, Yellow = 0.37 and Black (K on CMYK) = 0.31.

Color convert

RGB17592110-
CMYK00.470.370.31
HSL346.99º34.16%52.35%-
HSV(B)346.99º47.43%68.63%-
XYZ24.3217.8916.92-
YUV118.87123168.04-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 46.42%
GREEN value IS 92 (36.33% from 255) = 24.40%
BLUE value IS 110 (43.36% from 255) = 29.18%
R=46.42%
G=24.40%
B=29.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.37
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1759211000.470.370.31346.9934.1652.35
HexAF5C6E02F251F15b2234
Octal25713415605745375334264
Binary1010111110111001101110010111110010111111101011011100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF5C6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF5C6E; }

 p { color: rgb(175,92,110); }

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

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

 a { background-color: rgb(175,92,110); }

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

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

 span { border-color: rgb(175,92,110); }

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