#AF586F

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

Shades of Blush #AF586F

Tints of Blush #AF586F

Color information

#AF586F (or 0xAF586F) is unknown color: approx Blush. HEX triplet: AF, 58 and 6F. RGB value is (175,88,111). Sum of RGB (Red+Green+Blue) = 175+88+111=374 (49% of max value = 765). Red value is 175 (68.75% from 255 or 46.79% from 374); Green value is 88 (34.77% from 255 or 23.53% from 374); Blue value is 111 (43.75% from 255 or 29.68% from 374); Max value from RGB is 175 - color contains mainly: red. Hex color #AF586F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF586F is #50A790. Grayscale: #747474. Windows color (decimal): -5285777 or 7297199. OLE color: 7297199.

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

Color convert

RGB17588111-
CMYK00.500.370.31
HSL344.14º35.22%51.57%-
HSV(B)344.14º49.71%68.63%-
XYZ24.0417.2417.1-
YUV116.64124.82169.63-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 46.79%
GREEN value IS 88 (34.77% from 255) = 23.53%
BLUE value IS 111 (43.75% from 255) = 29.68%
R=46.79%
G=23.53%
B=29.68%

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
Decimal1758811100.500.370.31344.1435.2251.57
HexAF586F032251F1582334
Octal25713015706245375304364
Binary1010111110110001101111011001010010111111101011000100011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF586F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF586F; }

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

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

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

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

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

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

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

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