#AF576F

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

Shades of Blush #AF576F

Tints of Blush #AF576F

Color information

#AF576F (or 0xAF576F) is unknown color: approx Blush. HEX triplet: AF, 57 and 6F. RGB value is (175,87,111). Sum of RGB (Red+Green+Blue) = 175+87+111=373 (49% of max value = 765). Red value is 175 (68.75% from 255 or 46.92% from 373); Green value is 87 (34.38% from 255 or 23.32% from 373); Blue value is 111 (43.75% from 255 or 29.76% from 373); Max value from RGB is 175 - color contains mainly: red. Hex color #AF576F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF576F is #50A890. Grayscale: #747474. Windows color (decimal): -5286033 or 7296943. OLE color: 7296943.

HSL color Cylindrical-coordinate representation of color #AF576F: hue angle of 343.64º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AF576F is Cyan = 0, Magento = 0.50, Yellow = 0.37 and Black (K on CMYK) = 0.31.

Color convert

RGB17587111-
CMYK00.500.370.31
HSL343.64º35.48%51.37%-
HSV(B)343.64º50.29%68.63%-
XYZ23.9617.0817.07-
YUV116.05125.15170.05-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 46.92%
GREEN value IS 87 (34.38% from 255) = 23.32%
BLUE value IS 111 (43.75% from 255) = 29.76%
R=46.92%
G=23.32%
B=29.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.37
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1758711100.500.370.31343.6435.4851.37
HexAF576F032251F1582333
Octal25712715706245375304363
Binary1010111110101111101111011001010010111111101011000100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF576F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF576F; }

 p { color: rgb(175,87,111); }

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

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

 a { background-color: rgb(175,87,111); }

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

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

 span { border-color: rgb(175,87,111); }

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