#A9494A

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

Shades of Hippie Pink #A9494A

Tints of Hippie Pink #A9494A

Color information

#A9494A (or 0xA9494A) is unknown color: approx Hippie Pink. HEX triplet: A9, 49 and 4A. RGB value is (169,73,74). Sum of RGB (Red+Green+Blue) = 169+73+74=316 (41% of max value = 765). Red value is 169 (66.41% from 255 or 53.48% from 316); Green value is 73 (28.91% from 255 or 23.10% from 316); Blue value is 74 (29.30% from 255 or 23.42% from 316); Max value from RGB is 169 - color contains mainly: red. Hex color #A9494A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A9494A is #56B6B5. Grayscale: #656565. Windows color (decimal): -5682870 or 4868521. OLE color: 4868521.

HSL color Cylindrical-coordinate representation of color #A9494A: hue angle of 359.38º degrees, saturation: 0.4, 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 #A9494A is Cyan = 0, Magento = 0.57, Yellow = 0.56 and Black (K on CMYK) = 0.34.

Color convert

RGB1697374-
CMYK00.570.560.34
HSL359.38º39.67%47.45%-
HSV(B)359.38º56.8%66.27%-
XYZ19.9813.698.07-
YUV101.82112.3175.92-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 53.48%
GREEN value IS 73 (28.91% from 255) = 23.10%
BLUE value IS 74 (29.30% from 255) = 23.42%
R=53.48%
G=23.10%
B=23.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.56
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169737400.570.560.34359.3839.6747.45
HexA9494A0393822167282f
Octal25111111207170425475057
Binary10101001100100110010100111001111000100010101100111101000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9494A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9494A; }

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

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

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

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

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

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

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

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