#AF5670

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

Shades of Blush #AF5670

Tints of Blush #AF5670

Color information

#AF5670 (or 0xAF5670) is unknown color: approx Blush. HEX triplet: AF, 56 and 70. RGB value is (175,86,112). Sum of RGB (Red+Green+Blue) = 175+86+112=373 (49% of max value = 765). Red value is 175 (68.75% from 255 or 46.92% from 373); Green value is 86 (33.98% from 255 or 23.06% from 373); Blue value is 112 (44.14% from 255 or 30.03% from 373); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5670 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF5670 is #50A98F. Grayscale: #737373. Windows color (decimal): -5286288 or 7362223. OLE color: 7362223.

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

Color convert

RGB17586112-
CMYK00.510.360.31
HSL342.47º35.74%51.18%-
HSV(B)342.47º50.86%68.63%-
XYZ23.9316.9417.34-
YUV115.57125.99170.39-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 46.92%
GREEN value IS 86 (33.98% from 255) = 23.06%
BLUE value IS 112 (44.14% from 255) = 30.03%
R=46.92%
G=23.06%
B=30.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.36
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1758611200.510.360.31342.4735.7451.18
HexAF5670033241F1562433
Octal25712616006344375264463
Binary1010111110101101110000011001110010011111101010110100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF5670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF5670; }

 p { color: rgb(175,86,112); }

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

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

 a { background-color: rgb(175,86,112); }

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

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

 span { border-color: rgb(175,86,112); }

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