#A4515E

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

Shades of Hippie Pink #A4515E

Tints of Hippie Pink #A4515E

Color information

#A4515E (or 0xA4515E) is unknown color: approx Hippie Pink. HEX triplet: A4, 51 and 5E. RGB value is (164,81,94). Sum of RGB (Red+Green+Blue) = 164+81+94=339 (44% of max value = 765). Red value is 164 (64.45% from 255 or 48.38% from 339); Green value is 81 (32.03% from 255 or 23.89% from 339); Blue value is 94 (37.11% from 255 or 27.73% from 339); Max value from RGB is 164 - color contains mainly: red. Hex color #A4515E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A4515E is #5BAEA1. Grayscale: #6B6B6B. Windows color (decimal): -6008482 or 6181284. OLE color: 6181284.

HSL color Cylindrical-coordinate representation of color #A4515E: hue angle of 350.6º degrees, saturation: 0.34, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A4515E is Cyan = 0, Magento = 0.51, Yellow = 0.43 and Black (K on CMYK) = 0.36.

Color convert

RGB1648194-
CMYK00.510.430.36
HSL350.6º33.88%48.04%-
HSV(B)350.6º50.61%64.31%-
XYZ20.2714.5912.34-
YUV107.3120.5168.44-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 48.38%
GREEN value IS 81 (32.03% from 255) = 23.89%
BLUE value IS 94 (37.11% from 255) = 27.73%
R=48.38%
G=23.89%
B=27.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.43
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164819400.510.430.36350.633.8848.04
HexA4515E0332B2415f2230
Octal24412113606353445374260
Binary10100100101000110111100110011101011100100101011111100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4515E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4515E; }

 p { color: rgb(164,81,94); }

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

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

 a { background-color: rgb(164,81,94); }

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

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

 span { border-color: rgb(164,81,94); }

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