#A54B50

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

Shades of Hippie Pink #A54B50

Tints of Hippie Pink #A54B50

Color information

#A54B50 (or 0xA54B50) is unknown color: approx Hippie Pink. HEX triplet: A5, 4B and 50. RGB value is (165,75,80). Sum of RGB (Red+Green+Blue) = 165+75+80=320 (42% of max value = 765). Red value is 165 (64.84% from 255 or 51.56% from 320); Green value is 75 (29.69% from 255 or 23.44% from 320); Blue value is 80 (31.64% from 255 or 25% from 320); Max value from RGB is 165 - color contains mainly: red. Hex color #A54B50 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A54B50 is #5AB4AF. Grayscale: #666666. Windows color (decimal): -5944496 or 5262245. OLE color: 5262245.

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

Color convert

RGB1657580-
CMYK00.550.520.35
HSL356.67º37.5%47.06%-
HSV(B)356.67º54.55%64.71%-
XYZ19.4813.619.19-
YUV102.48115.32172.59-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 51.56%
GREEN value IS 75 (29.69% from 255) = 23.44%
BLUE value IS 80 (31.64% from 255) = 25%
R=51.56%
G=23.44%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.52
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165758000.550.520.35356.6737.547.06
HexA54B500373423165262f
Octal24511312006764435454657
Binary10100101100101110100000110111110100100011101100101100110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A54B50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A54B50; }

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

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

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

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

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

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

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

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