#AF575F

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

Shades of Blush #AF575F

Tints of Blush #AF575F

Color information

#AF575F (or 0xAF575F) is unknown color: approx Blush. HEX triplet: AF, 57 and 5F. RGB value is (175,87,95). Sum of RGB (Red+Green+Blue) = 175+87+95=357 (47% of max value = 765). Red value is 175 (68.75% from 255 or 49.02% from 357); Green value is 87 (34.38% from 255 or 24.37% from 357); Blue value is 95 (37.5% from 255 or 26.61% from 357); Max value from RGB is 175 - color contains mainly: red. Hex color #AF575F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF575F is #50A8A0. Grayscale: #727272. Windows color (decimal): -5286049 or 6248367. OLE color: 6248367.

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

Color convert

RGB1758795-
CMYK00.500.460.31
HSL354.55º35.48%51.37%-
HSV(B)354.55º50.29%68.63%-
XYZ23.1516.7612.84-
YUV114.22117.15171.35-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 49.02%
GREEN value IS 87 (34.38% from 255) = 24.37%
BLUE value IS 95 (37.5% from 255) = 26.61%
R=49.02%
G=24.37%
B=26.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.46
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175879500.500.460.31354.5535.4851.37
HexAF575F0322E1F1632333
Octal25712713706256375434363
Binary1010111110101111011111011001010111011111101100011100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF575F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF575F; }

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

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

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

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

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

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

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

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