#AF5558

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

Shades of Hippie Pink #AF5558

Tints of Hippie Pink #AF5558

Color information

#AF5558 (or 0xAF5558) is unknown color: approx Hippie Pink. HEX triplet: AF, 55 and 58. RGB value is (175,85,88). Sum of RGB (Red+Green+Blue) = 175+85+88=348 (46% of max value = 765). Red value is 175 (68.75% from 255 or 50.29% from 348); Green value is 85 (33.59% from 255 or 24.43% from 348); Blue value is 88 (34.77% from 255 or 25.29% from 348); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5558 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF5558 is #50AAA7. Grayscale: #707070. Windows color (decimal): -5286568 or 5789103. OLE color: 5789103.

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

Color convert

RGB1758588-
CMYK00.510.500.31
HSL358º36%50.98%-
HSV(B)358º51.43%68.63%-
XYZ22.6916.3211.19-
YUV112.25114.32172.76-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 50.29%
GREEN value IS 85 (33.59% from 255) = 24.43%
BLUE value IS 88 (34.77% from 255) = 25.29%
R=50.29%
G=24.43%
B=25.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.50
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175858800.510.500.313583650.98
HexAF5558033321F1662433
Octal25712513006362375464463
Binary1010111110101011011000011001111001011111101100110100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF5558

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF5558; }

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

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

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

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

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

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

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

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