#A54956

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

Shades of Hippie Pink #A54956

Tints of Hippie Pink #A54956

Color information

#A54956 (or 0xA54956) is unknown color: approx Hippie Pink. HEX triplet: A5, 49 and 56. RGB value is (165,73,86). Sum of RGB (Red+Green+Blue) = 165+73+86=324 (42% of max value = 765). Red value is 165 (64.84% from 255 or 50.93% from 324); Green value is 73 (28.91% from 255 or 22.53% from 324); Blue value is 86 (33.98% from 255 or 26.54% from 324); Max value from RGB is 165 - color contains mainly: red. Hex color #A54956 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A54956 is #5AB6A9. Grayscale: #666666. Windows color (decimal): -5945002 or 5654949. OLE color: 5654949.

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

Color convert

RGB1657386-
CMYK00.560.480.35
HSL351.52º38.66%46.67%-
HSV(B)351.52º55.76%64.71%-
XYZ19.5813.4410.37-
YUV101.99118.98172.94-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 50.93%
GREEN value IS 73 (28.91% from 255) = 22.53%
BLUE value IS 86 (33.98% from 255) = 26.54%
R=50.93%
G=22.53%
B=26.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.48
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165738600.560.480.35351.5238.6646.67
HexA549560383023160272f
Octal24511112607060435404757
Binary10100101100100110101100111000110000100011101100000100111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A54956

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A54956; }

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

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

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

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

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

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

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

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