#A34951

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

Shades of Hippie Pink #A34951

Tints of Hippie Pink #A34951

Color information

#A34951 (or 0xA34951) is unknown color: approx Hippie Pink. HEX triplet: A3, 49 and 51. RGB value is (163,73,81). Sum of RGB (Red+Green+Blue) = 163+73+81=317 (41% of max value = 765). Red value is 163 (64.06% from 255 or 51.42% from 317); Green value is 73 (28.91% from 255 or 23.03% from 317); Blue value is 81 (32.03% from 255 or 25.55% from 317); Max value from RGB is 163 - color contains mainly: red. Hex color #A34951 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A34951 is #5CB6AE. Grayscale: #646464. Windows color (decimal): -6076079 or 5327267. OLE color: 5327267.

HSL color Cylindrical-coordinate representation of color #A34951: hue angle of 354.67º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A34951 is Cyan = 0, Magento = 0.55, Yellow = 0.50 and Black (K on CMYK) = 0.36.

Color convert

RGB1637381-
CMYK00.550.500.36
HSL354.67º38.14%46.27%-
HSV(B)354.67º55.21%63.92%-
XYZ18.9713.159.32-
YUV100.82116.82172.35-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 51.42%
GREEN value IS 73 (28.91% from 255) = 23.03%
BLUE value IS 81 (32.03% from 255) = 25.55%
R=51.42%
G=23.03%
B=25.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.50
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163738100.550.500.36354.6738.1446.27
HexA349510373224163262e
Octal24311112106762445434656
Binary10100011100100110100010110111110010100100101100011100110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A34951

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A34951; }

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

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

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

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

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

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

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

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