#A54B56

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

Shades of Hippie Pink #A54B56

Tints of Hippie Pink #A54B56

Color information

#A54B56 (or 0xA54B56) is unknown color: approx Hippie Pink. HEX triplet: A5, 4B and 56. RGB value is (165,75,86). Sum of RGB (Red+Green+Blue) = 165+75+86=326 (43% of max value = 765). Red value is 165 (64.84% from 255 or 50.61% from 326); Green value is 75 (29.69% from 255 or 23.01% from 326); Blue value is 86 (33.98% from 255 or 26.38% from 326); Max value from RGB is 165 - color contains mainly: red. Hex color #A54B56 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A54B56 is #5AB4A9. Grayscale: #676767. Windows color (decimal): -5944490 or 5655461. OLE color: 5655461.

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

Color convert

RGB1657586-
CMYK00.550.480.35
HSL352.67º37.5%47.06%-
HSV(B)352.67º54.55%64.71%-
XYZ19.7113.710.41-
YUV103.16118.32172.11-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 50.61%
GREEN value IS 75 (29.69% from 255) = 23.01%
BLUE value IS 86 (33.98% from 255) = 26.38%
R=50.61%
G=23.01%
B=26.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.48
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165758600.550.480.35352.6737.547.06
HexA54B560373023161262f
Octal24511312606760435414657
Binary10100101100101110101100110111110000100011101100001100110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A54B56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A54B56; }

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

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

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

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

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

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

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

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