#AF5758

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

Shades of Hippie Pink #AF5758

Tints of Hippie Pink #AF5758

Color information

#AF5758 (or 0xAF5758) is unknown color: approx Hippie Pink. HEX triplet: AF, 57 and 58. RGB value is (175,87,88). Sum of RGB (Red+Green+Blue) = 175+87+88=350 (46% of max value = 765). Red value is 175 (68.75% from 255 or 50% from 350); Green value is 87 (34.38% from 255 or 24.86% from 350); Blue value is 88 (34.77% from 255 or 25.14% from 350); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5758 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF5758 is #50A8A7. Grayscale: #717171. Windows color (decimal): -5286056 or 5789615. OLE color: 5789615.

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

Color convert

RGB1758788-
CMYK00.500.500.31
HSL359.32º35.48%51.37%-
HSV(B)359.32º50.29%68.63%-
XYZ22.8516.6311.24-
YUV113.43113.65171.92-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 50%
GREEN value IS 87 (34.38% from 255) = 24.86%
BLUE value IS 88 (34.77% from 255) = 25.14%
R=50%
G=24.86%
B=25.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.50
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175878800.500.500.31359.3235.4851.37
HexAF5758032321F1672333
Octal25712713006262375474363
Binary1010111110101111011000011001011001011111101100111100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF5758

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF5758; }

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

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

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

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

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

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

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

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