#A65156

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

Shades of Hippie Pink #A65156

Tints of Hippie Pink #A65156

Color information

#A65156 (or 0xA65156) is unknown color: approx Hippie Pink. HEX triplet: A6, 51 and 56. RGB value is (166,81,86). Sum of RGB (Red+Green+Blue) = 166+81+86=333 (44% of max value = 765). Red value is 166 (65.23% from 255 or 49.85% from 333); Green value is 81 (32.03% from 255 or 24.32% from 333); Blue value is 86 (33.98% from 255 or 25.83% from 333); Max value from RGB is 166 - color contains mainly: red. Hex color #A65156 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A65156 is #59AEA9. Grayscale: #6B6B6B. Windows color (decimal): -5877418 or 5656998. OLE color: 5656998.

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

Color convert

RGB1668186-
CMYK00.510.480.35
HSL356.47º34.41%48.43%-
HSV(B)356.47º51.2%65.1%-
XYZ20.3514.6610.56-
YUV106.98116.16170.09-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 49.85%
GREEN value IS 81 (32.03% from 255) = 24.32%
BLUE value IS 86 (33.98% from 255) = 25.83%
R=49.85%
G=24.32%
B=25.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.48
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166818600.510.480.35356.4734.4148.43
HexA6515603330231642230
Octal24612112606360435444260
Binary10100110101000110101100110011110000100011101100100100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A65156

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A65156; }

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

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

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

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

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

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

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

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