#A4515D

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

Shades of Hippie Pink #A4515D

Tints of Hippie Pink #A4515D

Color information

#A4515D (or 0xA4515D) is unknown color: approx Hippie Pink. HEX triplet: A4, 51 and 5D. RGB value is (164,81,93). Sum of RGB (Red+Green+Blue) = 164+81+93=338 (44% of max value = 765). Red value is 164 (64.45% from 255 or 48.52% from 338); Green value is 81 (32.03% from 255 or 23.96% from 338); Blue value is 93 (36.72% from 255 or 27.51% from 338); Max value from RGB is 164 - color contains mainly: red. Hex color #A4515D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A4515D is #5BAEA2. Grayscale: #6B6B6B. Windows color (decimal): -6008483 or 6115748. OLE color: 6115748.

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

Color convert

RGB1648193-
CMYK00.510.430.36
HSL351.33º33.88%48.04%-
HSV(B)351.33º50.61%64.31%-
XYZ20.2314.5712.1-
YUV107.18120168.52-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 48.52%
GREEN value IS 81 (32.03% from 255) = 23.96%
BLUE value IS 93 (36.72% from 255) = 27.51%
R=48.52%
G=23.96%
B=27.51%

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
Decimal164819300.510.430.36351.3333.8848.04
HexA4515D0332B2415f2230
Octal24412113506353445374260
Binary10100100101000110111010110011101011100100101011111100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4515D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4515D; }

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

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

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

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

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

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

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

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