#A7494A

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

Shades of Hippie Pink #A7494A

Tints of Hippie Pink #A7494A

Color information

#A7494A (or 0xA7494A) is unknown color: approx Hippie Pink. HEX triplet: A7, 49 and 4A. RGB value is (167,73,74). Sum of RGB (Red+Green+Blue) = 167+73+74=314 (41% of max value = 765). Red value is 167 (65.62% from 255 or 53.18% from 314); Green value is 73 (28.91% from 255 or 23.25% from 314); Blue value is 74 (29.30% from 255 or 23.57% from 314); Max value from RGB is 167 - color contains mainly: red. Hex color #A7494A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A7494A is #58B6B5. Grayscale: #656565. Windows color (decimal): -5813942 or 4868519. OLE color: 4868519.

HSL color Cylindrical-coordinate representation of color #A7494A: hue angle of 359.36º 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 #A7494A is Cyan = 0, Magento = 0.56, Yellow = 0.56 and Black (K on CMYK) = 0.35.

Color convert

RGB1677374-
CMYK00.560.560.35
HSL359.36º39.17%47.06%-
HSV(B)359.36º56.29%65.49%-
XYZ19.5513.478.05-
YUV101.22112.64174.92-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 53.18%
GREEN value IS 73 (28.91% from 255) = 23.25%
BLUE value IS 74 (29.30% from 255) = 23.57%
R=53.18%
G=23.25%
B=23.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.56
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167737400.560.560.35359.3639.1747.06
HexA7494A0383823167272f
Octal24711111207070435474757
Binary10100111100100110010100111000111000100011101100111100111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7494A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7494A; }

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

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

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

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

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

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

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

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