#A54856

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

Shades of Hippie Pink #A54856

Tints of Hippie Pink #A54856

Color information

#A54856 (or 0xA54856) is unknown color: approx Hippie Pink. HEX triplet: A5, 48 and 56. RGB value is (165,72,86). Sum of RGB (Red+Green+Blue) = 165+72+86=323 (42% of max value = 765). Red value is 165 (64.84% from 255 or 51.08% from 323); Green value is 72 (28.52% from 255 or 22.29% from 323); Blue value is 86 (33.98% from 255 or 26.63% from 323); Max value from RGB is 165 - color contains mainly: red. Hex color #A54856 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A54856 is #5AB7A9. Grayscale: #656565. Windows color (decimal): -5945258 or 5654693. OLE color: 5654693.

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

Color convert

RGB1657286-
CMYK00.560.480.35
HSL350.97º39.24%46.47%-
HSV(B)350.97º56.36%64.71%-
XYZ19.5113.3110.34-
YUV101.4119.31173.36-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 51.08%
GREEN value IS 72 (28.52% from 255) = 22.29%
BLUE value IS 86 (33.98% from 255) = 26.63%
R=51.08%
G=22.29%
B=26.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.48
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165728600.560.480.35350.9739.2446.47
HexA54856038302315f272e
Octal24511012607060435374756
Binary10100101100100010101100111000110000100011101011111100111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A54856

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A54856; }

 p { color: rgb(165,72,86); }

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

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

 a { background-color: rgb(165,72,86); }

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

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

 span { border-color: rgb(165,72,86); }

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