#A94951

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

Shades of Hippie Pink #A94951

Tints of Hippie Pink #A94951

Color information

#A94951 (or 0xA94951) is unknown color: approx Hippie Pink. HEX triplet: A9, 49 and 51. RGB value is (169,73,81). Sum of RGB (Red+Green+Blue) = 169+73+81=323 (42% of max value = 765). Red value is 169 (66.41% from 255 or 52.32% from 323); Green value is 73 (28.91% from 255 or 22.60% from 323); Blue value is 81 (32.03% from 255 or 25.08% from 323); Max value from RGB is 169 - color contains mainly: red. Hex color #A94951 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A94951 is #56B6AE. Grayscale: #666666. Windows color (decimal): -5682863 or 5327273. OLE color: 5327273.

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

Color convert

RGB1697381-
CMYK00.570.520.34
HSL355º39.67%47.45%-
HSV(B)355º56.8%66.27%-
XYZ20.2313.799.38-
YUV102.62115.8175.35-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 52.32%
GREEN value IS 73 (28.91% from 255) = 22.60%
BLUE value IS 81 (32.03% from 255) = 25.08%
R=52.32%
G=22.60%
B=25.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.52
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169738100.570.520.3435539.6747.45
HexA949510393422163282f
Octal25111112107164425435057
Binary10101001100100110100010111001110100100010101100011101000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A94951

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A94951; }

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

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

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

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

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

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

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

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