#A54459

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

Shades of Hippie Pink #A54459

Tints of Hippie Pink #A54459

Color information

#A54459 (or 0xA54459) is unknown color: approx Hippie Pink. HEX triplet: A5, 44 and 59. RGB value is (165,68,89). Sum of RGB (Red+Green+Blue) = 165+68+89=322 (42% of max value = 765). Red value is 165 (64.84% from 255 or 51.24% from 322); Green value is 68 (26.95% from 255 or 21.12% from 322); Blue value is 89 (35.16% from 255 or 27.64% from 322); Max value from RGB is 165 - color contains mainly: red. Hex color #A54459 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A54459 is #5ABBA6. Grayscale: #636363. Windows color (decimal): -5946279 or 5850277. OLE color: 5850277.

HSL color Cylindrical-coordinate representation of color #A54459: hue angle of 347.01º degrees, saturation: 0.42, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A54459 is Cyan = 0, Magento = 0.59, Yellow = 0.46 and Black (K on CMYK) = 0.35.

Color convert

RGB1656889-
CMYK00.590.460.35
HSL347.01º41.63%45.69%-
HSV(B)347.01º58.79%64.71%-
XYZ19.3912.8510.91-
YUV99.4122.14174.79-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 51.24%
GREEN value IS 68 (26.95% from 255) = 21.12%
BLUE value IS 89 (35.16% from 255) = 27.64%
R=51.24%
G=21.12%
B=27.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.46
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165688900.590.460.35347.0141.6345.69
HexA5445903B2E2315b2a2e
Octal24510413107356435335256
Binary10100101100010010110010111011101110100011101011011101010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A54459

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A54459; }

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

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

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

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

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

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

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

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