#A5495C

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

Shades of Hippie Pink #A5495C

Tints of Hippie Pink #A5495C

Color information

#A5495C (or 0xA5495C) is unknown color: approx Hippie Pink. HEX triplet: A5, 49 and 5C. RGB value is (165,73,92). Sum of RGB (Red+Green+Blue) = 165+73+92=330 (43% of max value = 765). Red value is 165 (64.84% from 255 or 50% from 330); Green value is 73 (28.91% from 255 or 22.12% from 330); Blue value is 92 (36.33% from 255 or 27.88% from 330); Max value from RGB is 165 - color contains mainly: red. Hex color #A5495C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A5495C is #5AB6A3. Grayscale: #666666. Windows color (decimal): -5944996 or 6048165. OLE color: 6048165.

HSL color Cylindrical-coordinate representation of color #A5495C: hue angle of 347.61º degrees, saturation: 0.39, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A5495C is Cyan = 0, Magento = 0.56, Yellow = 0.44 and Black (K on CMYK) = 0.35.

Color convert

RGB1657392-
CMYK00.560.440.35
HSL347.61º38.66%46.67%-
HSV(B)347.61º55.76%64.71%-
XYZ19.8313.5411.69-
YUV102.67121.98172.46-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 50%
GREEN value IS 73 (28.91% from 255) = 22.12%
BLUE value IS 92 (36.33% from 255) = 27.88%
R=50%
G=22.12%
B=27.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.44
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165739200.560.440.35347.6138.6646.67
HexA5495C0382C2315c272f
Octal24511113407054435344757
Binary10100101100100110111000111000101100100011101011100100111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5495C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5495C; }

 p { color: rgb(165,73,92); }

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

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

 a { background-color: rgb(165,73,92); }

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

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

 span { border-color: rgb(165,73,92); }

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