#A54C4F

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

Shades of Hippie Pink #A54C4F

Tints of Hippie Pink #A54C4F

Color information

#A54C4F (or 0xA54C4F) is unknown color: approx Hippie Pink. HEX triplet: A5, 4C and 4F. RGB value is (165,76,79). Sum of RGB (Red+Green+Blue) = 165+76+79=320 (42% of max value = 765). Red value is 165 (64.84% from 255 or 51.56% from 320); Green value is 76 (30.08% from 255 or 23.75% from 320); Blue value is 79 (31.25% from 255 or 24.69% from 320); Max value from RGB is 165 - color contains mainly: red. Hex color #A54C4F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A54C4F is #5AB3B0. Grayscale: #676767. Windows color (decimal): -5944241 or 5196965. OLE color: 5196965.

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

Color convert

RGB1657679-
CMYK00.540.520.35
HSL357.98º36.93%47.25%-
HSV(B)357.98º53.94%64.71%-
XYZ19.5113.739.02-
YUV102.95114.49172.26-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 51.56%
GREEN value IS 76 (30.08% from 255) = 23.75%
BLUE value IS 79 (31.25% from 255) = 24.69%
R=51.56%
G=23.75%
B=24.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.52
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165767900.540.520.35357.9836.9347.25
HexA54C4F0363423166252f
Octal24511411706664435464557
Binary10100101100110010011110110110110100100011101100110100101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A54C4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A54C4F; }

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

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

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

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

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

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

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

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