#A9494B

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

Shades of Hippie Pink #A9494B

Tints of Hippie Pink #A9494B

Color information

#A9494B (or 0xA9494B) is unknown color: approx Hippie Pink. HEX triplet: A9, 49 and 4B. RGB value is (169,73,75). Sum of RGB (Red+Green+Blue) = 169+73+75=317 (41% of max value = 765). Red value is 169 (66.41% from 255 or 53.31% from 317); Green value is 73 (28.91% from 255 or 23.03% from 317); Blue value is 75 (29.69% from 255 or 23.66% from 317); Max value from RGB is 169 - color contains mainly: red. Hex color #A9494B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A9494B is #56B6B4. Grayscale: #666666. Windows color (decimal): -5682869 or 4934057. OLE color: 4934057.

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

Color convert

RGB1697375-
CMYK00.570.560.34
HSL358.75º39.67%47.45%-
HSV(B)358.75º56.8%66.27%-
XYZ20.0113.718.25-
YUV101.93112.8175.84-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 53.31%
GREEN value IS 73 (28.91% from 255) = 23.03%
BLUE value IS 75 (29.69% from 255) = 23.66%
R=53.31%
G=23.03%
B=23.66%

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
Decimal169737500.570.560.34358.7539.6747.45
HexA9494B0393822167282f
Octal25111111307170425475057
Binary10101001100100110010110111001111000100010101100111101000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9494B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9494B; }

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

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

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

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

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

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

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

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