#A45260

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

Shades of Hippie Pink #A45260

Tints of Hippie Pink #A45260

Color information

#A45260 (or 0xA45260) is unknown color: approx Hippie Pink. HEX triplet: A4, 52 and 60. RGB value is (164,82,96). Sum of RGB (Red+Green+Blue) = 164+82+96=342 (45% of max value = 765). Red value is 164 (64.45% from 255 or 47.95% from 342); Green value is 82 (32.42% from 255 or 23.98% from 342); Blue value is 96 (37.89% from 255 or 28.07% from 342); Max value from RGB is 164 - color contains mainly: red. Hex color #A45260 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A45260 is #5BAD9F. Grayscale: #6C6C6C. Windows color (decimal): -6008224 or 6312612. OLE color: 6312612.

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

Color convert

RGB1648296-
CMYK00.50.410.36
HSL349.76º33.33%48.24%-
HSV(B)349.76º50%64.31%-
XYZ20.4414.7712.84-
YUV108.11121.17167.86-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 47.95%
GREEN value IS 82 (32.42% from 255) = 23.98%
BLUE value IS 96 (37.89% from 255) = 28.07%
R=47.95%
G=23.98%
B=28.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.41
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164829600.50.410.36349.7633.3348.24
HexA45260032292415e2130
Octal24412214006251445364160
Binary10100100101001011000000110010101001100100101011110100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A45260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A45260; }

 p { color: rgb(164,82,96); }

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

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

 a { background-color: rgb(164,82,96); }

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

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

 span { border-color: rgb(164,82,96); }

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