#A34D5E

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

Shades of Hippie Pink #A34D5E

Tints of Hippie Pink #A34D5E

Color information

#A34D5E (or 0xA34D5E) is unknown color: approx Hippie Pink. HEX triplet: A3, 4D and 5E. RGB value is (163,77,94). Sum of RGB (Red+Green+Blue) = 163+77+94=334 (44% of max value = 765). Red value is 163 (64.06% from 255 or 48.80% from 334); Green value is 77 (30.47% from 255 or 23.05% from 334); Blue value is 94 (37.11% from 255 or 28.14% from 334); Max value from RGB is 163 - color contains mainly: red. Hex color #A34D5E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A34D5E is #5CB2A1. Grayscale: #686868. Windows color (decimal): -6075042 or 6180259. OLE color: 6180259.

HSL color Cylindrical-coordinate representation of color #A34D5E: hue angle of 348.14º degrees, saturation: 0.36, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A34D5E is Cyan = 0, Magento = 0.53, Yellow = 0.42 and Black (K on CMYK) = 0.36.

Color convert

RGB1637794-
CMYK00.530.420.36
HSL348.14º35.83%47.06%-
HSV(B)348.14º52.76%63.92%-
XYZ19.7813.912.23-
YUV104.65121.99169.62-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 48.80%
GREEN value IS 77 (30.47% from 255) = 23.05%
BLUE value IS 94 (37.11% from 255) = 28.14%
R=48.80%
G=23.05%
B=28.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.42
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163779400.530.420.36348.1435.8347.06
HexA34D5E0352A2415c242f
Octal24311513606552445344457
Binary10100011100110110111100110101101010100100101011100100100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A34D5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A34D5E; }

 p { color: rgb(163,77,94); }

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

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

 a { background-color: rgb(163,77,94); }

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

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

 span { border-color: rgb(163,77,94); }

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