#AF5358

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

Shades of Hippie Pink #AF5358

Tints of Hippie Pink #AF5358

Color information

#AF5358 (or 0xAF5358) is unknown color: approx Hippie Pink. HEX triplet: AF, 53 and 58. RGB value is (175,83,88). Sum of RGB (Red+Green+Blue) = 175+83+88=346 (45% of max value = 765). Red value is 175 (68.75% from 255 or 50.58% from 346); Green value is 83 (32.81% from 255 or 23.99% from 346); Blue value is 88 (34.77% from 255 or 25.43% from 346); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5358 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF5358 is #50ACA7. Grayscale: #6F6F6F. Windows color (decimal): -5287080 or 5788591. OLE color: 5788591.

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

Color convert

RGB1758388-
CMYK00.530.500.31
HSL356.74º36.51%50.59%-
HSV(B)356.74º52.57%68.63%-
XYZ22.5316.0111.13-
YUV111.08114.98173.59-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 50.58%
GREEN value IS 83 (32.81% from 255) = 23.99%
BLUE value IS 88 (34.77% from 255) = 25.43%
R=50.58%
G=23.99%
B=25.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.50
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175838800.530.500.31356.7436.5150.59
HexAF5358035321F1652533
Octal25712313006562375454563
Binary1010111110100111011000011010111001011111101100101100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF5358

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF5358; }

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

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

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

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

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

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

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

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