#A4515F

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

Shades of Hippie Pink #A4515F

Tints of Hippie Pink #A4515F

Color information

#A4515F (or 0xA4515F) is unknown color: approx Hippie Pink. HEX triplet: A4, 51 and 5F. RGB value is (164,81,95). Sum of RGB (Red+Green+Blue) = 164+81+95=340 (45% of max value = 765). Red value is 164 (64.45% from 255 or 48.24% from 340); Green value is 81 (32.03% from 255 or 23.82% from 340); Blue value is 95 (37.5% from 255 or 27.94% from 340); Max value from RGB is 164 - color contains mainly: red. Hex color #A4515F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A4515F is #5BAEA0. Grayscale: #6B6B6B. Windows color (decimal): -6008481 or 6246820. OLE color: 6246820.

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

Color convert

RGB1648195-
CMYK00.510.420.36
HSL349.88º33.88%48.04%-
HSV(B)349.88º50.61%64.31%-
XYZ20.3214.612.57-
YUV107.41121168.36-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 48.24%
GREEN value IS 81 (32.03% from 255) = 23.82%
BLUE value IS 95 (37.5% from 255) = 27.94%
R=48.24%
G=23.82%
B=27.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.42
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164819500.510.420.36349.8833.8848.04
HexA4515F0332A2415e2230
Octal24412113706352445364260
Binary10100100101000110111110110011101010100100101011110100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4515F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4515F; }

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

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

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

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

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

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

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

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