#A54A53

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

Shades of Hippie Pink #A54A53

Tints of Hippie Pink #A54A53

Color information

#A54A53 (or 0xA54A53) is unknown color: approx Hippie Pink. HEX triplet: A5, 4A and 53. RGB value is (165,74,83). Sum of RGB (Red+Green+Blue) = 165+74+83=322 (42% of max value = 765). Red value is 165 (64.84% from 255 or 51.24% from 322); Green value is 74 (29.30% from 255 or 22.98% from 322); Blue value is 83 (32.81% from 255 or 25.78% from 322); Max value from RGB is 165 - color contains mainly: red. Hex color #A54A53 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A54A53 is #5AB5AC. Grayscale: #666666. Windows color (decimal): -5944749 or 5458597. OLE color: 5458597.

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

Color convert

RGB1657483-
CMYK00.550.500.35
HSL354.07º38.08%46.86%-
HSV(B)354.07º55.15%64.71%-
XYZ19.5313.529.76-
YUV102.24117.15172.77-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 51.24%
GREEN value IS 74 (29.30% from 255) = 22.98%
BLUE value IS 83 (32.81% from 255) = 25.78%
R=51.24%
G=22.98%
B=25.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.50
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165748300.550.500.35354.0738.0846.86
HexA54A530373223162262f
Octal24511212306762435424657
Binary10100101100101010100110110111110010100011101100010100110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A54A53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A54A53; }

 p { color: rgb(165,74,83); }

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

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

 a { background-color: rgb(165,74,83); }

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

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

 span { border-color: rgb(165,74,83); }

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