#A54F50

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

Shades of Hippie Pink #A54F50

Tints of Hippie Pink #A54F50

Color information

#A54F50 (or 0xA54F50) is unknown color: approx Hippie Pink. HEX triplet: A5, 4F and 50. RGB value is (165,79,80). Sum of RGB (Red+Green+Blue) = 165+79+80=324 (42% of max value = 765). Red value is 165 (64.84% from 255 or 50.93% from 324); Green value is 79 (31.25% from 255 or 24.38% from 324); Blue value is 80 (31.64% from 255 or 24.69% from 324); Max value from RGB is 165 - color contains mainly: red. Hex color #A54F50 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A54F50 is #5AB0AF. Grayscale: #686868. Windows color (decimal): -5943472 or 5263269. OLE color: 5263269.

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

Color convert

RGB1657980-
CMYK00.520.520.35
HSL359.3º35.25%47.84%-
HSV(B)359.3º52.12%64.71%-
XYZ19.7614.179.28-
YUV104.83113.99170.92-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 50.93%
GREEN value IS 79 (31.25% from 255) = 24.38%
BLUE value IS 80 (31.64% from 255) = 24.69%
R=50.93%
G=24.38%
B=24.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.52
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165798000.520.520.35359.335.2547.84
HexA54F5003434231672330
Octal24511712006464435474360
Binary10100101100111110100000110100110100100011101100111100011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A54F50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A54F50; }

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

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

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

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

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

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

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

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