#A54D59

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

Shades of Hippie Pink #A54D59

Tints of Hippie Pink #A54D59

Color information

#A54D59 (or 0xA54D59) is unknown color: approx Hippie Pink. HEX triplet: A5, 4D and 59. RGB value is (165,77,89). Sum of RGB (Red+Green+Blue) = 165+77+89=331 (43% of max value = 765). Red value is 165 (64.84% from 255 or 49.85% from 331); Green value is 77 (30.47% from 255 or 23.26% from 331); Blue value is 89 (35.16% from 255 or 26.89% from 331); Max value from RGB is 165 - color contains mainly: red. Hex color #A54D59 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A54D59 is #5AB2A6. Grayscale: #686868. Windows color (decimal): -5943975 or 5852581. OLE color: 5852581.

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

Color convert

RGB1657789-
CMYK00.530.460.35
HSL351.82º36.36%47.45%-
HSV(B)351.82º53.33%64.71%-
XYZ19.9714.0311.11-
YUV104.68119.15171.02-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 49.85%
GREEN value IS 77 (30.47% from 255) = 23.26%
BLUE value IS 89 (35.16% from 255) = 26.89%
R=49.85%
G=23.26%
B=26.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.46
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165778900.530.460.35351.8236.3647.45
HexA54D590352E23160242f
Octal24511513106556435404457
Binary10100101100110110110010110101101110100011101100000100100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A54D59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A54D59; }

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

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

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

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

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

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

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

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