#A94760

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

Shades of Hippie Pink #A94760

Tints of Hippie Pink #A94760

Color information

#A94760 (or 0xA94760) is unknown color: approx Hippie Pink. HEX triplet: A9, 47 and 60. RGB value is (169,71,96). Sum of RGB (Red+Green+Blue) = 169+71+96=336 (44% of max value = 765). Red value is 169 (66.41% from 255 or 50.30% from 336); Green value is 71 (28.12% from 255 or 21.13% from 336); Blue value is 96 (37.89% from 255 or 28.57% from 336); Max value from RGB is 169 - color contains mainly: red. Hex color #A94760 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A94760 is #56B89F. Grayscale: #676767. Windows color (decimal): -5683360 or 6309801. OLE color: 6309801.

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

Color convert

RGB1697196-
CMYK00.580.430.34
HSL344.69º40.83%47.06%-
HSV(B)344.69º57.99%66.27%-
XYZ20.7313.7912.63-
YUV103.15123.97174.97-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 50.30%
GREEN value IS 71 (28.12% from 255) = 21.13%
BLUE value IS 96 (37.89% from 255) = 28.57%
R=50.30%
G=21.13%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.43
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169719600.580.430.34344.6940.8347.06
HexA9476003A2B22159292f
Octal25110714007253425315157
Binary10101001100011111000000111010101011100010101011001101001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A94760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A94760; }

 p { color: rgb(169,71,96); }

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

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

 a { background-color: rgb(169,71,96); }

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

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

 span { border-color: rgb(169,71,96); }

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