#A95264

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

Shades of Hippie Pink #A95264

Tints of Hippie Pink #A95264

Color information

#A95264 (or 0xA95264) is unknown color: approx Hippie Pink. HEX triplet: A9, 52 and 64. RGB value is (169,82,100). Sum of RGB (Red+Green+Blue) = 169+82+100=351 (46% of max value = 765). Red value is 169 (66.41% from 255 or 48.15% from 351); Green value is 82 (32.42% from 255 or 23.36% from 351); Blue value is 100 (39.45% from 255 or 28.49% from 351); Max value from RGB is 169 - color contains mainly: red. Hex color #A95264 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A95264 is #56AD9B. Grayscale: #6E6E6E. Windows color (decimal): -5680540 or 6574761. OLE color: 6574761.

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

Color convert

RGB16982100-
CMYK00.510.410.34
HSL347.59º34.66%49.22%-
HSV(B)347.59º51.48%66.27%-
XYZ21.6815.3913.88-
YUV110.06122.32170.04-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 48.15%
GREEN value IS 82 (32.42% from 255) = 23.36%
BLUE value IS 100 (39.45% from 255) = 28.49%
R=48.15%
G=23.36%
B=28.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.41
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1698210000.510.410.34347.5934.6649.22
HexA95264033292215c2331
Octal25112214406351425344361
Binary10101001101001011001000110011101001100010101011100100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A95264

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A95264; }

 p { color: rgb(169,82,100); }

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

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

 a { background-color: rgb(169,82,100); }

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

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

 span { border-color: rgb(169,82,100); }

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