#A65154

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

Shades of Hippie Pink #A65154

Tints of Hippie Pink #A65154

Color information

#A65154 (or 0xA65154) is unknown color: approx Hippie Pink. HEX triplet: A6, 51 and 54. RGB value is (166,81,84). Sum of RGB (Red+Green+Blue) = 166+81+84=331 (43% of max value = 765). Red value is 166 (65.23% from 255 or 50.15% from 331); Green value is 81 (32.03% from 255 or 24.47% from 331); Blue value is 84 (33.20% from 255 or 25.38% from 331); Max value from RGB is 166 - color contains mainly: red. Hex color #A65154 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A65154 is #59AEAB. Grayscale: #6A6A6A. Windows color (decimal): -5877420 or 5525926. OLE color: 5525926.

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

Color convert

RGB1668184-
CMYK00.510.490.35
HSL357.88º34.41%48.43%-
HSV(B)357.88º51.2%65.1%-
XYZ20.2714.6310.14-
YUV106.76115.16170.26-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 50.15%
GREEN value IS 81 (32.03% from 255) = 24.47%
BLUE value IS 84 (33.20% from 255) = 25.38%
R=50.15%
G=24.47%
B=25.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.49
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166818400.510.490.35357.8834.4148.43
HexA6515403331231662230
Octal24612112406361435464260
Binary10100110101000110101000110011110001100011101100110100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A65154

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A65154; }

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

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

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

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

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

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

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

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