#A5494F

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

Shades of Hippie Pink #A5494F

Tints of Hippie Pink #A5494F

Color information

#A5494F (or 0xA5494F) is unknown color: approx Hippie Pink. HEX triplet: A5, 49 and 4F. RGB value is (165,73,79). Sum of RGB (Red+Green+Blue) = 165+73+79=317 (41% of max value = 765). Red value is 165 (64.84% from 255 or 52.05% from 317); Green value is 73 (28.91% from 255 or 23.03% from 317); Blue value is 79 (31.25% from 255 or 24.92% from 317); Max value from RGB is 165 - color contains mainly: red. Hex color #A5494F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A5494F is #5AB6B0. Grayscale: #656565. Windows color (decimal): -5945009 or 5196197. OLE color: 5196197.

HSL color Cylindrical-coordinate representation of color #A5494F: hue angle of 356.09º 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 #A5494F is Cyan = 0, Magento = 0.56, Yellow = 0.52 and Black (K on CMYK) = 0.35.

Color convert

RGB1657379-
CMYK00.560.520.35
HSL356.09º38.66%46.67%-
HSV(B)356.09º55.76%64.71%-
XYZ19.3113.338.95-
YUV101.19115.48173.51-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 52.05%
GREEN value IS 73 (28.91% from 255) = 23.03%
BLUE value IS 79 (31.25% from 255) = 24.92%
R=52.05%
G=23.03%
B=24.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.52
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165737900.560.520.35356.0938.6646.67
HexA5494F0383423164272f
Octal24511111707064435444757
Binary10100101100100110011110111000110100100011101100100100111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5494F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5494F; }

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

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

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

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

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

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

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

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