#AF5359

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

Shades of Hippie Pink #AF5359

Tints of Hippie Pink #AF5359

Color information

#AF5359 (or 0xAF5359) is unknown color: approx Hippie Pink. HEX triplet: AF, 53 and 59. RGB value is (175,83,89). Sum of RGB (Red+Green+Blue) = 175+83+89=347 (45% of max value = 765). Red value is 175 (68.75% from 255 or 50.43% from 347); Green value is 83 (32.81% from 255 or 23.92% from 347); Blue value is 89 (35.16% from 255 or 25.65% from 347); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5359 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF5359 is #50ACA6. Grayscale: #6F6F6F. Windows color (decimal): -5287079 or 5854127. OLE color: 5854127.

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

Color convert

RGB1758389-
CMYK00.530.490.31
HSL356.09º36.51%50.59%-
HSV(B)356.09º52.57%68.63%-
XYZ22.5816.0211.35-
YUV111.19115.48173.51-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 50.43%
GREEN value IS 83 (32.81% from 255) = 23.92%
BLUE value IS 89 (35.16% from 255) = 25.65%
R=50.43%
G=23.92%
B=25.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.49
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175838900.530.490.31356.0936.5150.59
HexAF5359035311F1642533
Octal25712313106561375444563
Binary1010111110100111011001011010111000111111101100100100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF5359

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF5359; }

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

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

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

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

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

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

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

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