#A94D61

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

Shades of Hippie Pink #A94D61

Tints of Hippie Pink #A94D61

Color information

#A94D61 (or 0xA94D61) is unknown color: approx Hippie Pink. HEX triplet: A9, 4D and 61. RGB value is (169,77,97). Sum of RGB (Red+Green+Blue) = 169+77+97=343 (45% of max value = 765). Red value is 169 (66.41% from 255 or 49.27% from 343); Green value is 77 (30.47% from 255 or 22.45% from 343); Blue value is 97 (38.28% from 255 or 28.28% from 343); Max value from RGB is 169 - color contains mainly: red. Hex color #A94D61 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A94D61 is #56B29E. Grayscale: #6A6A6A. Windows color (decimal): -5681823 or 6376873. OLE color: 6376873.

HSL color Cylindrical-coordinate representation of color #A94D61: hue angle of 346.96º 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 #A94D61 is Cyan = 0, Magento = 0.54, Yellow = 0.43 and Black (K on CMYK) = 0.34.

Color convert

RGB1697797-
CMYK00.540.430.34
HSL346.96º37.4%48.24%-
HSV(B)346.96º54.44%66.27%-
XYZ21.1714.6113.01-
YUV106.79122.48172.37-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 49.27%
GREEN value IS 77 (30.47% from 255) = 22.45%
BLUE value IS 97 (38.28% from 255) = 28.28%
R=49.27%
G=22.45%
B=28.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.43
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169779700.540.430.34346.9637.448.24
HexA94D610362B2215b2530
Octal25111514106653425334560
Binary10101001100110111000010110110101011100010101011011100101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A94D61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A94D61; }

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

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

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

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

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

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

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

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