#AF586E

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

Shades of Blush #AF586E

Tints of Blush #AF586E

Color information

#AF586E (or 0xAF586E) is unknown color: approx Blush. HEX triplet: AF, 58 and 6E. RGB value is (175,88,110). Sum of RGB (Red+Green+Blue) = 175+88+110=373 (49% of max value = 765). Red value is 175 (68.75% from 255 or 46.92% from 373); Green value is 88 (34.77% from 255 or 23.59% from 373); Blue value is 110 (43.36% from 255 or 29.49% from 373); Max value from RGB is 175 - color contains mainly: red. Hex color #AF586E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF586E is #50A791. Grayscale: #747474. Windows color (decimal): -5285778 or 7231663. OLE color: 7231663.

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

Color convert

RGB17588110-
CMYK00.500.370.31
HSL344.83º35.22%51.57%-
HSV(B)344.83º49.71%68.63%-
XYZ23.9817.2216.81-
YUV116.52124.32169.71-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 46.92%
GREEN value IS 88 (34.77% from 255) = 23.59%
BLUE value IS 110 (43.36% from 255) = 29.49%
R=46.92%
G=23.59%
B=29.49%

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
Decimal1758811000.500.370.31344.8335.2251.57
HexAF586E032251F1592334
Octal25713015606245375314364
Binary1010111110110001101110011001010010111111101011001100011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF586E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF586E; }

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

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

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

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

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

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

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

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