#A15455

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

Shades of Hippie Pink #A15455

Tints of Hippie Pink #A15455

Color information

#A15455 (or 0xA15455) is unknown color: approx Hippie Pink. HEX triplet: A1, 54 and 55. RGB value is (161,84,85). Sum of RGB (Red+Green+Blue) = 161+84+85=330 (43% of max value = 765). Red value is 161 (63.28% from 255 or 48.79% from 330); Green value is 84 (33.20% from 255 or 25.45% from 330); Blue value is 85 (33.59% from 255 or 25.76% from 330); Max value from RGB is 161 - color contains mainly: red. Hex color #A15455 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A15455 is #5EABAA. Grayscale: #6B6B6B. Windows color (decimal): -6204331 or 5592225. OLE color: 5592225.

HSL color Cylindrical-coordinate representation of color #A15455: hue angle of 359.22º degrees, saturation: 0.31, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A15455 is Cyan = 0, Magento = 0.48, Yellow = 0.47 and Black (K on CMYK) = 0.37.

Color convert

RGB1618485-
CMYK00.480.470.37
HSL359.22º31.43%48.04%-
HSV(B)359.22º47.83%63.14%-
XYZ19.5114.5710.38-
YUV107.14115.51166.42-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 48.79%
GREEN value IS 84 (33.20% from 255) = 25.45%
BLUE value IS 85 (33.59% from 255) = 25.76%
R=48.79%
G=25.45%
B=25.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.47
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161848500.480.470.37359.2231.4348.04
HexA154550302F251671f30
Octal24112412506057455473760
Binary1010000110101001010101011000010111110010110110011111111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A15455

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A15455; }

 p { color: rgb(161,84,85); }

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

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

 a { background-color: rgb(161,84,85); }

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

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

 span { border-color: rgb(161,84,85); }

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