#A94457

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

Shades of Hippie Pink #A94457

Tints of Hippie Pink #A94457

Color information

#A94457 (or 0xA94457) is unknown color: approx Hippie Pink. HEX triplet: A9, 44 and 57. RGB value is (169,68,87). Sum of RGB (Red+Green+Blue) = 169+68+87=324 (42% of max value = 765). Red value is 169 (66.41% from 255 or 52.16% from 324); Green value is 68 (26.95% from 255 or 20.99% from 324); Blue value is 87 (34.38% from 255 or 26.85% from 324); Max value from RGB is 169 - color contains mainly: red. Hex color #A94457 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A94457 is #56BBA8. Grayscale: #646464. Windows color (decimal): -5684137 or 5719209. OLE color: 5719209.

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

Color convert

RGB1696887-
CMYK00.600.490.34
HSL348.71º42.62%46.47%-
HSV(B)348.71º59.76%66.27%-
XYZ20.1513.2610.51-
YUV100.36120.46176.96-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 52.16%
GREEN value IS 68 (26.95% from 255) = 20.99%
BLUE value IS 87 (34.38% from 255) = 26.85%
R=52.16%
G=20.99%
B=26.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.49
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169688700.600.490.34348.7142.6246.47
HexA9445703C312215d2b2e
Octal25110412707461425355356
Binary10101001100010010101110111100110001100010101011101101011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A94457

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A94457; }

 p { color: rgb(169,68,87); }

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

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

 a { background-color: rgb(169,68,87); }

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

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

 span { border-color: rgb(169,68,87); }

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