#A94D66

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

Shades of Hippie Pink #A94D66

Tints of Hippie Pink #A94D66

Color information

#A94D66 (or 0xA94D66) is unknown color: approx Hippie Pink. HEX triplet: A9, 4D and 66. RGB value is (169,77,102). Sum of RGB (Red+Green+Blue) = 169+77+102=348 (46% of max value = 765). Red value is 169 (66.41% from 255 or 48.56% from 348); Green value is 77 (30.47% from 255 or 22.13% from 348); Blue value is 102 (40.23% from 255 or 29.31% from 348); Max value from RGB is 169 - color contains mainly: red. Hex color #A94D66 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A94D66 is #56B299. Grayscale: #6B6B6B. Windows color (decimal): -5681818 or 6704553. OLE color: 6704553.

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

Color convert

RGB16977102-
CMYK00.540.400.34
HSL343.7º37.4%48.24%-
HSV(B)343.7º54.44%66.27%-
XYZ21.4114.714.28-
YUV107.36124.98171.97-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 48.56%
GREEN value IS 77 (30.47% from 255) = 22.13%
BLUE value IS 102 (40.23% from 255) = 29.31%
R=48.56%
G=22.13%
B=29.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.40
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1697710200.540.400.34343.737.448.24
HexA94D6603628221582530
Octal25111514606650425304560
Binary10101001100110111001100110110101000100010101011000100101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A94D66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A94D66; }

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

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

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

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

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

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

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

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