#A54D4E

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

Shades of Hippie Pink #A54D4E

Tints of Hippie Pink #A54D4E

Color information

#A54D4E (or 0xA54D4E) is unknown color: approx Hippie Pink. HEX triplet: A5, 4D and 4E. RGB value is (165,77,78). Sum of RGB (Red+Green+Blue) = 165+77+78=320 (42% of max value = 765). Red value is 165 (64.84% from 255 or 51.56% from 320); Green value is 77 (30.47% from 255 or 24.06% from 320); Blue value is 78 (30.86% from 255 or 24.38% from 320); Max value from RGB is 165 - color contains mainly: red. Hex color #A54D4E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A54D4E is #5AB2B1. Grayscale: #676767. Windows color (decimal): -5943986 or 5131685. OLE color: 5131685.

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

Color convert

RGB1657778-
CMYK00.530.530.35
HSL359.32º36.36%47.45%-
HSV(B)359.32º53.33%64.71%-
XYZ19.5513.868.85-
YUV103.43113.65171.92-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 51.56%
GREEN value IS 77 (30.47% from 255) = 24.06%
BLUE value IS 78 (30.86% from 255) = 24.38%
R=51.56%
G=24.06%
B=24.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.53
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165777800.530.530.35359.3236.3647.45
HexA54D4E0353523167242f
Octal24511511606565435474457
Binary10100101100110110011100110101110101100011101100111100100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A54D4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A54D4E; }

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

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

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

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

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

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

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

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