#A54F56

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

Shades of Hippie Pink #A54F56

Tints of Hippie Pink #A54F56

Color information

#A54F56 (or 0xA54F56) is unknown color: approx Hippie Pink. HEX triplet: A5, 4F and 56. RGB value is (165,79,86). Sum of RGB (Red+Green+Blue) = 165+79+86=330 (43% of max value = 765). Red value is 165 (64.84% from 255 or 50% from 330); Green value is 79 (31.25% from 255 or 23.94% from 330); Blue value is 86 (33.98% from 255 or 26.06% from 330); Max value from RGB is 165 - color contains mainly: red. Hex color #A54F56 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A54F56 is #5AB0A9. Grayscale: #696969. Windows color (decimal): -5943466 or 5656485. OLE color: 5656485.

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

Color convert

RGB1657986-
CMYK00.520.480.35
HSL355.12º35.25%47.84%-
HSV(B)355.12º52.12%64.71%-
XYZ19.9914.2610.5-
YUV105.51116.99170.43-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 50%
GREEN value IS 79 (31.25% from 255) = 23.94%
BLUE value IS 86 (33.98% from 255) = 26.06%
R=50%
G=23.94%
B=26.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.48
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165798600.520.480.35355.1235.2547.84
HexA54F5603430231632330
Octal24511712606460435434360
Binary10100101100111110101100110100110000100011101100011100011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A54F56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A54F56; }

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

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

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

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

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

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

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

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