#A94A61

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

Shades of Hippie Pink #A94A61

Tints of Hippie Pink #A94A61

Color information

#A94A61 (or 0xA94A61) is unknown color: approx Hippie Pink. HEX triplet: A9, 4A and 61. RGB value is (169,74,97). Sum of RGB (Red+Green+Blue) = 169+74+97=340 (45% of max value = 765). Red value is 169 (66.41% from 255 or 49.71% from 340); Green value is 74 (29.30% from 255 or 21.76% from 340); Blue value is 97 (38.28% from 255 or 28.53% from 340); Max value from RGB is 169 - color contains mainly: red. Hex color #A94A61 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A94A61 is #56B59E. Grayscale: #696969. Windows color (decimal): -5682591 or 6376105. OLE color: 6376105.

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

Color convert

RGB1697497-
CMYK00.560.430.34
HSL345.47º39.09%47.65%-
HSV(B)345.47º56.21%66.27%-
XYZ20.9714.212.94-
YUV105.03123.47173.63-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 49.71%
GREEN value IS 74 (29.30% from 255) = 21.76%
BLUE value IS 97 (38.28% from 255) = 28.53%
R=49.71%
G=21.76%
B=28.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.43
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169749700.560.430.34345.4739.0947.65
HexA94A610382B221592730
Octal25111214107053425314760
Binary10101001100101011000010111000101011100010101011001100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A94A61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A94A61; }

 p { color: rgb(169,74,97); }

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

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

 a { background-color: rgb(169,74,97); }

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

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

 span { border-color: rgb(169,74,97); }

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