#AF4C69

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

Shades of Blush #AF4C69

Tints of Blush #AF4C69

Color information

#AF4C69 (or 0xAF4C69) is unknown color: approx Blush. HEX triplet: AF, 4C and 69. RGB value is (175,76,105). Sum of RGB (Red+Green+Blue) = 175+76+105=356 (47% of max value = 765). Red value is 175 (68.75% from 255 or 49.16% from 356); Green value is 76 (30.08% from 255 or 21.35% from 356); Blue value is 105 (41.41% from 255 or 29.49% from 356); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4C69 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF4C69 is #50B396. Grayscale: #6C6C6C. Windows color (decimal): -5288855 or 6900911. OLE color: 6900911.

HSL color Cylindrical-coordinate representation of color #AF4C69: hue angle of 342.42º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AF4C69 is Cyan = 0, Magento = 0.57, Yellow = 0.40 and Black (K on CMYK) = 0.31.

Color convert

RGB17576105-
CMYK00.570.400.31
HSL342.42º39.44%49.22%-
HSV(B)342.42º56.57%68.63%-
XYZ22.8115.315.12-
YUV108.91125.8175.14-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 49.16%
GREEN value IS 76 (30.08% from 255) = 21.35%
BLUE value IS 105 (41.41% from 255) = 29.49%
R=49.16%
G=21.35%
B=29.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.40
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1757610500.570.400.31342.4239.4449.22
HexAF4C69039281F1562731
Octal25711415107150375264761
Binary1010111110011001101001011100110100011111101010110100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF4C69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF4C69; }

 p { color: rgb(175,76,105); }

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

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

 a { background-color: rgb(175,76,105); }

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

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

 span { border-color: rgb(175,76,105); }

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