#AF5355

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

Shades of Hippie Pink #AF5355

Tints of Hippie Pink #AF5355

Color information

#AF5355 (or 0xAF5355) is unknown color: approx Hippie Pink. HEX triplet: AF, 53 and 55. RGB value is (175,83,85). Sum of RGB (Red+Green+Blue) = 175+83+85=343 (45% of max value = 765). Red value is 175 (68.75% from 255 or 51.02% from 343); Green value is 83 (32.81% from 255 or 24.20% from 343); Blue value is 85 (33.59% from 255 or 24.78% from 343); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5355 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF5355 is #50ACAA. Grayscale: #6E6E6E. Windows color (decimal): -5287083 or 5591983. OLE color: 5591983.

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

Color convert

RGB1758385-
CMYK00.530.510.31
HSL358.7º36.51%50.59%-
HSV(B)358.7º52.57%68.63%-
XYZ22.4115.9610.49-
YUV110.74113.48173.84-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 51.02%
GREEN value IS 83 (32.81% from 255) = 24.20%
BLUE value IS 85 (33.59% from 255) = 24.78%
R=51.02%
G=24.20%
B=24.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.51
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175838500.530.510.31358.736.5150.59
HexAF5355035331F1672533
Octal25712312506563375474563
Binary1010111110100111010101011010111001111111101100111100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF5355

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF5355; }

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

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

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

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

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

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

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

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