#A8494C

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

Shades of Hippie Pink #A8494C

Tints of Hippie Pink #A8494C

Color information

#A8494C (or 0xA8494C) is unknown color: approx Hippie Pink. HEX triplet: A8, 49 and 4C. RGB value is (168,73,76). Sum of RGB (Red+Green+Blue) = 168+73+76=317 (41% of max value = 765). Red value is 168 (66.02% from 255 or 53.00% from 317); Green value is 73 (28.91% from 255 or 23.03% from 317); Blue value is 76 (30.08% from 255 or 23.97% from 317); Max value from RGB is 168 - color contains mainly: red. Hex color #A8494C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A8494C is #57B6B3. Grayscale: #656565. Windows color (decimal): -5748404 or 4999592. OLE color: 4999592.

HSL color Cylindrical-coordinate representation of color #A8494C: hue angle of 358.11º degrees, saturation: 0.39, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A8494C is Cyan = 0, Magento = 0.57, Yellow = 0.55 and Black (K on CMYK) = 0.34.

Color convert

RGB1687376-
CMYK00.570.550.34
HSL358.11º39.42%47.25%-
HSV(B)358.11º56.55%65.88%-
XYZ19.8413.618.42-
YUV101.75113.47175.26-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 53.00%
GREEN value IS 73 (28.91% from 255) = 23.03%
BLUE value IS 76 (30.08% from 255) = 23.97%
R=53.00%
G=23.03%
B=23.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.55
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168737600.570.550.34358.1139.4247.25
HexA8494C0393722166272f
Octal25011111407167425464757
Binary10101000100100110011000111001110111100010101100110100111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8494C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8494C; }

 p { color: rgb(168,73,76); }

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

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

 a { background-color: rgb(168,73,76); }

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

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

 span { border-color: rgb(168,73,76); }

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