#A54D5F

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

Shades of Hippie Pink #A54D5F

Tints of Hippie Pink #A54D5F

Color information

#A54D5F (or 0xA54D5F) is unknown color: approx Hippie Pink. HEX triplet: A5, 4D and 5F. RGB value is (165,77,95). Sum of RGB (Red+Green+Blue) = 165+77+95=337 (44% of max value = 765). Red value is 165 (64.84% from 255 or 48.96% from 337); Green value is 77 (30.47% from 255 or 22.85% from 337); Blue value is 95 (37.5% from 255 or 28.19% from 337); Max value from RGB is 165 - color contains mainly: red. Hex color #A54D5F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A54D5F is #5AB2A0. Grayscale: #696969. Windows color (decimal): -5943969 or 6245797. OLE color: 6245797.

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

Color convert

RGB1657795-
CMYK00.530.420.35
HSL347.73º36.36%47.45%-
HSV(B)347.73º53.33%64.71%-
XYZ20.2414.1312.49-
YUV105.36122.15170.54-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 48.96%
GREEN value IS 77 (30.47% from 255) = 22.85%
BLUE value IS 95 (37.5% from 255) = 28.19%
R=48.96%
G=22.85%
B=28.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.42
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165779500.530.420.35347.7336.3647.45
HexA54D5F0352A2315c242f
Octal24511513706552435344457
Binary10100101100110110111110110101101010100011101011100100100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A54D5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A54D5F; }

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

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

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

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

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

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

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

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