#A85156

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

Shades of Hippie Pink #A85156

Tints of Hippie Pink #A85156

Color information

#A85156 (or 0xA85156) is unknown color: approx Hippie Pink. HEX triplet: A8, 51 and 56. RGB value is (168,81,86). Sum of RGB (Red+Green+Blue) = 168+81+86=335 (44% of max value = 765). Red value is 168 (66.02% from 255 or 50.15% from 335); Green value is 81 (32.03% from 255 or 24.18% from 335); Blue value is 86 (33.98% from 255 or 25.67% from 335); Max value from RGB is 168 - color contains mainly: red. Hex color #A85156 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A85156 is #57AEA9. Grayscale: #6B6B6B. Windows color (decimal): -5746346 or 5657000. OLE color: 5657000.

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

Color convert

RGB1688186-
CMYK00.520.490.34
HSL356.55º34.94%48.82%-
HSV(B)356.55º51.79%65.88%-
XYZ20.7714.8810.58-
YUV107.58115.82171.09-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 50.15%
GREEN value IS 81 (32.03% from 255) = 24.18%
BLUE value IS 86 (33.98% from 255) = 25.67%
R=50.15%
G=24.18%
B=25.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.49
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168818600.520.490.34356.5534.9448.82
HexA8515603431221652331
Octal25012112606461425454361
Binary10101000101000110101100110100110001100010101100101100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A85156

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A85156; }

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

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

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

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

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

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

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

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