#A34A5F

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

Shades of Hippie Pink #A34A5F

Tints of Hippie Pink #A34A5F

Color information

#A34A5F (or 0xA34A5F) is unknown color: approx Hippie Pink. HEX triplet: A3, 4A and 5F. RGB value is (163,74,95). Sum of RGB (Red+Green+Blue) = 163+74+95=332 (43% of max value = 765). Red value is 163 (64.06% from 255 or 49.10% from 332); Green value is 74 (29.30% from 255 or 22.29% from 332); Blue value is 95 (37.5% from 255 or 28.61% from 332); Max value from RGB is 163 - color contains mainly: red. Hex color #A34A5F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A34A5F is #5CB5A0. Grayscale: #676767. Windows color (decimal): -6075809 or 6245027. OLE color: 6245027.

HSL color Cylindrical-coordinate representation of color #A34A5F: hue angle of 345.84º 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 #A34A5F is Cyan = 0, Magento = 0.55, Yellow = 0.42 and Black (K on CMYK) = 0.36.

Color convert

RGB1637495-
CMYK00.550.420.36
HSL345.84º37.55%46.47%-
HSV(B)345.84º54.6%63.92%-
XYZ19.6213.5112.4-
YUV103123.49170.79-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 49.10%
GREEN value IS 74 (29.30% from 255) = 22.29%
BLUE value IS 95 (37.5% from 255) = 28.61%
R=49.10%
G=22.29%
B=28.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.42
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163749500.550.420.36345.8437.5546.47
HexA34A5F0372A2415a262e
Octal24311213706752445324656
Binary10100011100101010111110110111101010100100101011010100110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A34A5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A34A5F; }

 p { color: rgb(163,74,95); }

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

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

 a { background-color: rgb(163,74,95); }

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

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

 span { border-color: rgb(163,74,95); }

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