#A85658

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

Shades of Hippie Pink #A85658

Tints of Hippie Pink #A85658

Color information

#A85658 (or 0xA85658) is unknown color: approx Hippie Pink. HEX triplet: A8, 56 and 58. RGB value is (168,86,88). Sum of RGB (Red+Green+Blue) = 168+86+88=342 (45% of max value = 765). Red value is 168 (66.02% from 255 or 49.12% from 342); Green value is 86 (33.98% from 255 or 25.15% from 342); Blue value is 88 (34.77% from 255 or 25.73% from 342); Max value from RGB is 168 - color contains mainly: red. Hex color #A85658 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A85658 is #57A9A7. Grayscale: #6E6E6E. Windows color (decimal): -5745064 or 5789352. OLE color: 5789352.

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

Color convert

RGB1688688-
CMYK00.490.480.34
HSL358.54º32.28%49.8%-
HSV(B)358.54º48.81%65.88%-
XYZ21.2415.6811.14-
YUV110.75115.17168.84-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 49.12%
GREEN value IS 86 (33.98% from 255) = 25.15%
BLUE value IS 88 (34.77% from 255) = 25.73%
R=49.12%
G=25.15%
B=25.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.48
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168868800.490.480.34358.5432.2849.8
HexA8565803130221672032
Octal25012613006160425474062
Binary10101000101011010110000110001110000100010101100111100000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A85658

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A85658; }

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

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

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

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

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

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

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

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