#A85564

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

Shades of Hippie Pink #A85564

Tints of Hippie Pink #A85564

Color information

#A85564 (or 0xA85564) is unknown color: approx Hippie Pink. HEX triplet: A8, 55 and 64. RGB value is (168,85,100). Sum of RGB (Red+Green+Blue) = 168+85+100=353 (46% of max value = 765). Red value is 168 (66.02% from 255 or 47.59% from 353); Green value is 85 (33.59% from 255 or 24.08% from 353); Blue value is 100 (39.45% from 255 or 28.33% from 353); Max value from RGB is 168 - color contains mainly: red. Hex color #A85564 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A85564 is #57AA9B. Grayscale: #6F6F6F. Windows color (decimal): -5745308 or 6575528. OLE color: 6575528.

HSL color Cylindrical-coordinate representation of color #A85564: hue angle of 349.16º degrees, saturation: 0.33, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A85564 is Cyan = 0, Magento = 0.49, Yellow = 0.40 and Black (K on CMYK) = 0.34.

Color convert

RGB16885100-
CMYK00.490.400.34
HSL349.16º32.81%49.61%-
HSV(B)349.16º49.4%65.88%-
XYZ21.715.7413.95-
YUV111.53121.5168.28-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 47.59%
GREEN value IS 85 (33.59% from 255) = 24.08%
BLUE value IS 100 (39.45% from 255) = 28.33%
R=47.59%
G=24.08%
B=28.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.40
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1688510000.490.400.34349.1632.8149.61
HexA85564031282215d2132
Octal25012514406150425354162
Binary10101000101010111001000110001101000100010101011101100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A85564

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A85564; }

 p { color: rgb(168,85,100); }

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

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

 a { background-color: rgb(168,85,100); }

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

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

 span { border-color: rgb(168,85,100); }

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