#A7494F

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

Shades of Hippie Pink #A7494F

Tints of Hippie Pink #A7494F

Color information

#A7494F (or 0xA7494F) is unknown color: approx Hippie Pink. HEX triplet: A7, 49 and 4F. RGB value is (167,73,79). Sum of RGB (Red+Green+Blue) = 167+73+79=319 (42% of max value = 765). Red value is 167 (65.62% from 255 or 52.35% from 319); Green value is 73 (28.91% from 255 or 22.88% from 319); Blue value is 79 (31.25% from 255 or 24.76% from 319); Max value from RGB is 167 - color contains mainly: red. Hex color #A7494F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A7494F is #58B6B0. Grayscale: #656565. Windows color (decimal): -5813937 or 5196199. OLE color: 5196199.

HSL color Cylindrical-coordinate representation of color #A7494F: hue angle of 356.17º degrees, saturation: 0.39, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A7494F is Cyan = 0, Magento = 0.56, Yellow = 0.53 and Black (K on CMYK) = 0.35.

Color convert

RGB1677379-
CMYK00.560.530.35
HSL356.17º39.17%47.06%-
HSV(B)356.17º56.29%65.49%-
XYZ19.7313.558.97-
YUV101.79115.14174.51-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 52.35%
GREEN value IS 73 (28.91% from 255) = 22.88%
BLUE value IS 79 (31.25% from 255) = 24.76%
R=52.35%
G=22.88%
B=24.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.53
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167737900.560.530.35356.1739.1747.06
HexA7494F0383523164272f
Octal24711111707065435444757
Binary10100111100100110011110111000110101100011101100100100111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7494F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7494F; }

 p { color: rgb(167,73,79); }

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

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

 a { background-color: rgb(167,73,79); }

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

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

 span { border-color: rgb(167,73,79); }

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