#A04D5E

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

Shades of Hippie Pink #A04D5E

Tints of Hippie Pink #A04D5E

Color information

#A04D5E (or 0xA04D5E) is unknown color: approx Hippie Pink. HEX triplet: A0, 4D and 5E. RGB value is (160,77,94). Sum of RGB (Red+Green+Blue) = 160+77+94=331 (43% of max value = 765). Red value is 160 (62.89% from 255 or 48.34% from 331); Green value is 77 (30.47% from 255 or 23.26% from 331); Blue value is 94 (37.11% from 255 or 28.40% from 331); Max value from RGB is 160 - color contains mainly: red. Hex color #A04D5E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A04D5E is #5FB2A1. Grayscale: #676767. Windows color (decimal): -6271650 or 6180256. OLE color: 6180256.

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

Color convert

RGB1607794-
CMYK00.520.410.37
HSL347.71º35.02%46.47%-
HSV(B)347.71º51.88%62.75%-
XYZ19.1713.5912.2-
YUV103.76122.5168.12-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 48.34%
GREEN value IS 77 (30.47% from 255) = 23.26%
BLUE value IS 94 (37.11% from 255) = 28.40%
R=48.34%
G=23.26%
B=28.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.41
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160779400.520.410.37347.7135.0246.47
HexA04D5E034292515c232e
Octal24011513606451455344356
Binary10100000100110110111100110100101001100101101011100100011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A04D5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A04D5E; }

 p { color: rgb(160,77,94); }

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

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

 a { background-color: rgb(160,77,94); }

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

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

 span { border-color: rgb(160,77,94); }

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