#A54D53

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

Shades of Hippie Pink #A54D53

Tints of Hippie Pink #A54D53

Color information

#A54D53 (or 0xA54D53) is unknown color: approx Hippie Pink. HEX triplet: A5, 4D and 53. RGB value is (165,77,83). Sum of RGB (Red+Green+Blue) = 165+77+83=325 (43% of max value = 765). Red value is 165 (64.84% from 255 or 50.77% from 325); Green value is 77 (30.47% from 255 or 23.69% from 325); Blue value is 83 (32.81% from 255 or 25.54% from 325); Max value from RGB is 165 - color contains mainly: red. Hex color #A54D53 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A54D53 is #5AB2AC. Grayscale: #686868. Windows color (decimal): -5943981 or 5459365. OLE color: 5459365.

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

Color convert

RGB1657783-
CMYK00.530.500.35
HSL355.91º36.36%47.45%-
HSV(B)355.91º53.33%64.71%-
XYZ19.7313.939.83-
YUV104116.15171.51-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 50.77%
GREEN value IS 77 (30.47% from 255) = 23.69%
BLUE value IS 83 (32.81% from 255) = 25.54%
R=50.77%
G=23.69%
B=25.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.50
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165778300.530.500.35355.9136.3647.45
HexA54D530353223164242f
Octal24511512306562435444457
Binary10100101100110110100110110101110010100011101100100100100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A54D53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A54D53; }

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

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

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

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

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

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

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

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