#A85662

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

Shades of Hippie Pink #A85662

Tints of Hippie Pink #A85662

Color information

#A85662 (or 0xA85662) is unknown color: approx Hippie Pink. HEX triplet: A8, 56 and 62. RGB value is (168,86,98). Sum of RGB (Red+Green+Blue) = 168+86+98=352 (46% of max value = 765). Red value is 168 (66.02% from 255 or 47.73% from 352); Green value is 86 (33.98% from 255 or 24.43% from 352); Blue value is 98 (38.67% from 255 or 27.84% from 352); Max value from RGB is 168 - color contains mainly: red. Hex color #A85662 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A85662 is #57A99D. Grayscale: #6F6F6F. Windows color (decimal): -5745054 or 6444712. OLE color: 6444712.

HSL color Cylindrical-coordinate representation of color #A85662: hue angle of 351.22º degrees, saturation: 0.32, 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 #A85662 is Cyan = 0, Magento = 0.49, Yellow = 0.42 and Black (K on CMYK) = 0.34.

Color convert

RGB1688698-
CMYK00.490.420.34
HSL351.22º32.28%49.8%-
HSV(B)351.22º48.81%65.88%-
XYZ21.6815.8613.47-
YUV111.89120.17168.02-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 47.73%
GREEN value IS 86 (33.98% from 255) = 24.43%
BLUE value IS 98 (38.67% from 255) = 27.84%
R=47.73%
G=24.43%
B=27.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.42
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168869800.490.420.34351.2232.2849.8
HexA856620312A2215f2032
Octal25012614206152425374062
Binary10101000101011011000100110001101010100010101011111100000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A85662

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A85662; }

 p { color: rgb(168,86,98); }

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

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

 a { background-color: rgb(168,86,98); }

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

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

 span { border-color: rgb(168,86,98); }

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