#AF5759

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

Shades of Hippie Pink #AF5759

Tints of Hippie Pink #AF5759

Color information

#AF5759 (or 0xAF5759) is unknown color: approx Hippie Pink. HEX triplet: AF, 57 and 59. RGB value is (175,87,89). Sum of RGB (Red+Green+Blue) = 175+87+89=351 (46% of max value = 765). Red value is 175 (68.75% from 255 or 49.86% from 351); Green value is 87 (34.38% from 255 or 24.79% from 351); Blue value is 89 (35.16% from 255 or 25.36% from 351); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5759 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF5759 is #50A8A6. Grayscale: #717171. Windows color (decimal): -5286055 or 5855151. OLE color: 5855151.

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

Color convert

RGB1758789-
CMYK00.500.490.31
HSL358.64º35.48%51.37%-
HSV(B)358.64º50.29%68.63%-
XYZ22.8916.6511.46-
YUV113.54114.15171.84-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 49.86%
GREEN value IS 87 (34.38% from 255) = 24.79%
BLUE value IS 89 (35.16% from 255) = 25.36%
R=49.86%
G=24.79%
B=25.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.49
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175878900.500.490.31358.6435.4851.37
HexAF5759032311F1672333
Octal25712713106261375474363
Binary1010111110101111011001011001011000111111101100111100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF5759

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF5759; }

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

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

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

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

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

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

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

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