#A5494D

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

Shades of Hippie Pink #A5494D

Tints of Hippie Pink #A5494D

Color information

#A5494D (or 0xA5494D) is unknown color: approx Hippie Pink. HEX triplet: A5, 49 and 4D. RGB value is (165,73,77). Sum of RGB (Red+Green+Blue) = 165+73+77=315 (41% of max value = 765). Red value is 165 (64.84% from 255 or 52.38% from 315); Green value is 73 (28.91% from 255 or 23.17% from 315); Blue value is 77 (30.47% from 255 or 24.44% from 315); Max value from RGB is 165 - color contains mainly: red. Hex color #A5494D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A5494D is #5AB6B2. Grayscale: #656565. Windows color (decimal): -5945011 or 5065125. OLE color: 5065125.

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

Color convert

RGB1657377-
CMYK00.560.530.35
HSL357.39º38.66%46.67%-
HSV(B)357.39º55.76%64.71%-
XYZ19.2413.38.57-
YUV100.96114.48173.67-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 52.38%
GREEN value IS 73 (28.91% from 255) = 23.17%
BLUE value IS 77 (30.47% from 255) = 24.44%
R=52.38%
G=23.17%
B=24.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.53
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165737700.560.530.35357.3938.6646.67
HexA5494D0383523165272f
Octal24511111507065435454757
Binary10100101100100110011010111000110101100011101100101100111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5494D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5494D; }

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

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

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

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

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

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

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

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