#AF5155

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

Shades of Hippie Pink #AF5155

Tints of Hippie Pink #AF5155

Color information

#AF5155 (or 0xAF5155) is unknown color: approx Hippie Pink. HEX triplet: AF, 51 and 55. RGB value is (175,81,85). Sum of RGB (Red+Green+Blue) = 175+81+85=341 (45% of max value = 765). Red value is 175 (68.75% from 255 or 51.32% from 341); Green value is 81 (32.03% from 255 or 23.75% from 341); Blue value is 85 (33.59% from 255 or 24.93% from 341); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5155 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF5155 is #50AEAA. Grayscale: #6D6D6D. Windows color (decimal): -5287595 or 5591471. OLE color: 5591471.

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

Color convert

RGB1758185-
CMYK00.540.510.31
HSL357.45º37.01%50.2%-
HSV(B)357.45º53.71%68.63%-
XYZ22.2615.6510.44-
YUV109.56114.14174.67-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 51.32%
GREEN value IS 81 (32.03% from 255) = 23.75%
BLUE value IS 85 (33.59% from 255) = 24.93%
R=51.32%
G=23.75%
B=24.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.51
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175818500.540.510.31357.4537.0150.2
HexAF5155036331F1652532
Octal25712112506663375454562
Binary1010111110100011010101011011011001111111101100101100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF5155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF5155; }

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

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

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

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

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

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

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

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