#A4515C

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

Shades of Hippie Pink #A4515C

Tints of Hippie Pink #A4515C

Color information

#A4515C (or 0xA4515C) is unknown color: approx Hippie Pink. HEX triplet: A4, 51 and 5C. RGB value is (164,81,92). Sum of RGB (Red+Green+Blue) = 164+81+92=337 (44% of max value = 765). Red value is 164 (64.45% from 255 or 48.66% from 337); Green value is 81 (32.03% from 255 or 24.04% from 337); Blue value is 92 (36.33% from 255 or 27.30% from 337); Max value from RGB is 164 - color contains mainly: red. Hex color #A4515C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A4515C is #5BAEA3. Grayscale: #6B6B6B. Windows color (decimal): -6008484 or 6050212. OLE color: 6050212.

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

Color convert

RGB1648192-
CMYK00.510.440.36
HSL352.05º33.88%48.04%-
HSV(B)352.05º50.61%64.31%-
XYZ20.1814.5511.87-
YUV107.07119.5168.61-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 48.66%
GREEN value IS 81 (32.03% from 255) = 24.04%
BLUE value IS 92 (36.33% from 255) = 27.30%
R=48.66%
G=24.04%
B=27.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.44
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164819200.510.440.36352.0533.8848.04
HexA4515C0332C241602230
Octal24412113406354445404260
Binary10100100101000110111000110011101100100100101100000100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4515C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4515C; }

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

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

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

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

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

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

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

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