#A54D61

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

Shades of Hippie Pink #A54D61

Tints of Hippie Pink #A54D61

Color information

#A54D61 (or 0xA54D61) is unknown color: approx Hippie Pink. HEX triplet: A5, 4D and 61. RGB value is (165,77,97). Sum of RGB (Red+Green+Blue) = 165+77+97=339 (44% of max value = 765). Red value is 165 (64.84% from 255 or 48.67% from 339); Green value is 77 (30.47% from 255 or 22.71% from 339); Blue value is 97 (38.28% from 255 or 28.61% from 339); Max value from RGB is 165 - color contains mainly: red. Hex color #A54D61 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A54D61 is #5AB29E. Grayscale: #696969. Windows color (decimal): -5943967 or 6376869. OLE color: 6376869.

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

Color convert

RGB1657797-
CMYK00.530.410.35
HSL346.36º36.36%47.45%-
HSV(B)346.36º53.33%64.71%-
XYZ20.3314.1712.97-
YUV105.59123.15170.37-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 48.67%
GREEN value IS 77 (30.47% from 255) = 22.71%
BLUE value IS 97 (38.28% from 255) = 28.61%
R=48.67%
G=22.71%
B=28.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.41
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165779700.530.410.35346.3636.3647.45
HexA54D61035292315a242f
Octal24511514106551435324457
Binary10100101100110111000010110101101001100011101011010100100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A54D61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A54D61; }

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

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

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

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

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

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

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

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