#AF5455

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

Shades of Hippie Pink #AF5455

Tints of Hippie Pink #AF5455

Color information

#AF5455 (or 0xAF5455) is unknown color: approx Hippie Pink. HEX triplet: AF, 54 and 55. RGB value is (175,84,85). Sum of RGB (Red+Green+Blue) = 175+84+85=344 (45% of max value = 765). Red value is 175 (68.75% from 255 or 50.87% from 344); Green value is 84 (33.20% from 255 or 24.42% from 344); Blue value is 85 (33.59% from 255 or 24.71% from 344); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5455 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF5455 is #50ABAA. Grayscale: #6F6F6F. Windows color (decimal): -5286827 or 5592239. OLE color: 5592239.

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

Color convert

RGB1758485-
CMYK00.520.510.31
HSL359.34º36.25%50.78%-
HSV(B)359.34º52%68.63%-
XYZ22.4916.1110.52-
YUV111.32113.15173.42-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 50.87%
GREEN value IS 84 (33.20% from 255) = 24.42%
BLUE value IS 85 (33.59% from 255) = 24.71%
R=50.87%
G=24.42%
B=24.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.51
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175848500.520.510.31359.3436.2550.78
HexAF5455034331F1672433
Octal25712412506463375474463
Binary1010111110101001010101011010011001111111101100111100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF5455

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF5455; }

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

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

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

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

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

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

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

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