#A94E62

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

Shades of Hippie Pink #A94E62

Tints of Hippie Pink #A94E62

Color information

#A94E62 (or 0xA94E62) is unknown color: approx Hippie Pink. HEX triplet: A9, 4E and 62. RGB value is (169,78,98). Sum of RGB (Red+Green+Blue) = 169+78+98=345 (45% of max value = 765). Red value is 169 (66.41% from 255 or 48.99% from 345); Green value is 78 (30.86% from 255 or 22.61% from 345); Blue value is 98 (38.67% from 255 or 28.41% from 345); Max value from RGB is 169 - color contains mainly: red. Hex color #A94E62 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A94E62 is #56B19D. Grayscale: #6B6B6B. Windows color (decimal): -5681566 or 6442665. OLE color: 6442665.

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

Color convert

RGB1697898-
CMYK00.540.420.34
HSL346.81º36.84%48.43%-
HSV(B)346.81º53.85%66.27%-
XYZ21.2914.7713.28-
YUV107.49122.65171.87-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 48.99%
GREEN value IS 78 (30.86% from 255) = 22.61%
BLUE value IS 98 (38.67% from 255) = 28.41%
R=48.99%
G=22.61%
B=28.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.42
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169789800.540.420.34346.8136.8448.43
HexA94E620362A2215b2530
Octal25111614206652425334560
Binary10101001100111011000100110110101010100010101011011100101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A94E62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A94E62; }

 p { color: rgb(169,78,98); }

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

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

 a { background-color: rgb(169,78,98); }

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

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

 span { border-color: rgb(169,78,98); }

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