#A54C54

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

Shades of Hippie Pink #A54C54

Tints of Hippie Pink #A54C54

Color information

#A54C54 (or 0xA54C54) is unknown color: approx Hippie Pink. HEX triplet: A5, 4C and 54. RGB value is (165,76,84). Sum of RGB (Red+Green+Blue) = 165+76+84=325 (43% of max value = 765). Red value is 165 (64.84% from 255 or 50.77% from 325); Green value is 76 (30.08% from 255 or 23.38% from 325); Blue value is 84 (33.20% from 255 or 25.85% from 325); Max value from RGB is 165 - color contains mainly: red. Hex color #A54C54 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A54C54 is #5AB3AB. Grayscale: #676767. Windows color (decimal): -5944236 or 5524645. OLE color: 5524645.

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

Color convert

RGB1657684-
CMYK00.540.490.35
HSL354.61º36.93%47.25%-
HSV(B)354.61º53.94%64.71%-
XYZ19.713.8110.01-
YUV103.52116.99171.85-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 50.77%
GREEN value IS 76 (30.08% from 255) = 23.38%
BLUE value IS 84 (33.20% from 255) = 25.85%
R=50.77%
G=23.38%
B=25.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.49
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165768400.540.490.35354.6136.9347.25
HexA54C540363123163252f
Octal24511412406661435434557
Binary10100101100110010101000110110110001100011101100011100101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A54C54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A54C54; }

 p { color: rgb(165,76,84); }

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

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

 a { background-color: rgb(165,76,84); }

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

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

 span { border-color: rgb(165,76,84); }

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