#A94D5C

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

Shades of Hippie Pink #A94D5C

Tints of Hippie Pink #A94D5C

Color information

#A94D5C (or 0xA94D5C) is unknown color: approx Hippie Pink. HEX triplet: A9, 4D and 5C. RGB value is (169,77,92). Sum of RGB (Red+Green+Blue) = 169+77+92=338 (44% of max value = 765). Red value is 169 (66.41% from 255 or 50% from 338); Green value is 77 (30.47% from 255 or 22.78% from 338); Blue value is 92 (36.33% from 255 or 27.22% from 338); Max value from RGB is 169 - color contains mainly: red. Hex color #A94D5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A94D5C is #56B2A3. Grayscale: #6A6A6A. Windows color (decimal): -5681828 or 6049193. OLE color: 6049193.

HSL color Cylindrical-coordinate representation of color #A94D5C: hue angle of 350.22º degrees, saturation: 0.37, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A94D5C is Cyan = 0, Magento = 0.54, Yellow = 0.46 and Black (K on CMYK) = 0.34.

Color convert

RGB1697792-
CMYK00.540.460.34
HSL350.22º37.4%48.24%-
HSV(B)350.22º54.44%66.27%-
XYZ20.9514.5211.82-
YUV106.22119.98172.78-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 50%
GREEN value IS 77 (30.47% from 255) = 22.78%
BLUE value IS 92 (36.33% from 255) = 27.22%
R=50%
G=22.78%
B=27.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.46
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169779200.540.460.34350.2237.448.24
HexA94D5C0362E2215e2530
Octal25111513406656425364560
Binary10101001100110110111000110110101110100010101011110100101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A94D5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A94D5C; }

 p { color: rgb(169,77,92); }

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

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

 a { background-color: rgb(169,77,92); }

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

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

 span { border-color: rgb(169,77,92); }

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