#a04f54

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

Shades of Hippie Pink #A04F54

Tints of Hippie Pink #A04F54

Color information

#A04F54 (or 0xA04F54) is unknown color: approx Hippie Pink. HEX triplet: A0, 4F and 54. RGB value is (160,79,84). Sum of RGB (Red+Green+Blue) = 160+79+84=323 (42% of max value = 765). Red value is 160 (62.89% from 255 or 49.54% from 323); Green value is 79 (31.25% from 255 or 24.46% from 323); Blue value is 84 (33.20% from 255 or 26.01% from 323); Max value from RGB is 160 - color contains mainly: red. Hex color #A04F54 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A04F54 is #5FB0AB. Grayscale: #676767. Windows color (decimal): -6271148 or 5525408. OLE color: 5525408.

HSL color Cylindrical-coordinate representation of color #A04F54: hue angle of 356.3º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A04F54 is Cyan = 0, Magento = 0.51, Yellow = 0.48 and Black (K on CMYK) = 0.37.

Color convert

RGB1607984-
CMYK00.510.480.37
HSL356.3º33.89%46.86%-
HSV(B)356.3º50.63%62.75%-
XYZ18.8913.7110.04-
YUV103.79116.84168.09-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 49.54%
GREEN value IS 79 (31.25% from 255) = 24.46%
BLUE value IS 84 (33.20% from 255) = 26.01%
R=49.54%
G=24.46%
B=26.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.48
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160798400.510.480.37356.333.8946.86
HexA04F540333025164222f
Octal24011712406360455444257
Binary10100000100111110101000110011110000100101101100100100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a04f54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a04f54; }

 p { color: rgb(160,79,84); }

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

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

 a { background-color: rgb(160,79,84); }

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

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

 span { border-color: rgb(160,79,84); }

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