#A4494E

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

Shades of Hippie Pink #A4494E

Tints of Hippie Pink #A4494E

Color information

#A4494E (or 0xA4494E) is unknown color: approx Hippie Pink. HEX triplet: A4, 49 and 4E. RGB value is (164,73,78). Sum of RGB (Red+Green+Blue) = 164+73+78=315 (41% of max value = 765). Red value is 164 (64.45% from 255 or 52.06% from 315); Green value is 73 (28.91% from 255 or 23.17% from 315); Blue value is 78 (30.86% from 255 or 24.76% from 315); Max value from RGB is 164 - color contains mainly: red. Hex color #A4494E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A4494E is #5BB6B1. Grayscale: #646464. Windows color (decimal): -6010546 or 5130660. OLE color: 5130660.

HSL color Cylindrical-coordinate representation of color #A4494E: hue angle of 356.7º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A4494E is Cyan = 0, Magento = 0.55, Yellow = 0.52 and Black (K on CMYK) = 0.36.

Color convert

RGB1647378-
CMYK00.550.520.36
HSL356.7º38.4%46.47%-
HSV(B)356.7º55.49%64.31%-
XYZ19.0713.218.75-
YUV100.78115.15173.09-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 52.06%
GREEN value IS 73 (28.91% from 255) = 23.17%
BLUE value IS 78 (30.86% from 255) = 24.76%
R=52.06%
G=23.17%
B=24.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.52
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164737800.550.520.36356.738.446.47
HexA4494E0373424165262e
Octal24411111606764445454656
Binary10100100100100110011100110111110100100100101100101100110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4494E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4494E; }

 p { color: rgb(164,73,78); }

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

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

 a { background-color: rgb(164,73,78); }

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

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

 span { border-color: rgb(164,73,78); }

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