#A54556

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

Shades of Hippie Pink #A54556

Tints of Hippie Pink #A54556

Color information

#A54556 (or 0xA54556) is unknown color: approx Hippie Pink. HEX triplet: A5, 45 and 56. RGB value is (165,69,86). Sum of RGB (Red+Green+Blue) = 165+69+86=320 (42% of max value = 765). Red value is 165 (64.84% from 255 or 51.56% from 320); Green value is 69 (27.34% from 255 or 21.56% from 320); Blue value is 86 (33.98% from 255 or 26.88% from 320); Max value from RGB is 165 - color contains mainly: red. Hex color #A54556 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A54556 is #5ABAA9. Grayscale: #636363. Windows color (decimal): -5946026 or 5653925. OLE color: 5653925.

HSL color Cylindrical-coordinate representation of color #A54556: hue angle of 349.38º degrees, saturation: 0.41, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A54556 is Cyan = 0, Magento = 0.58, Yellow = 0.48 and Black (K on CMYK) = 0.35.

Color convert

RGB1656986-
CMYK00.580.480.35
HSL349.38º41.03%45.88%-
HSV(B)349.38º58.18%64.71%-
XYZ19.3212.9310.28-
YUV99.64120.3174.62-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 51.56%
GREEN value IS 69 (27.34% from 255) = 21.56%
BLUE value IS 86 (33.98% from 255) = 26.88%
R=51.56%
G=21.56%
B=26.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.48
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165698600.580.480.35349.3841.0345.88
HexA5455603A302315d292e
Octal24510512607260435355156
Binary10100101100010110101100111010110000100011101011101101001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A54556

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A54556; }

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

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

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

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

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

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

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

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