#A04D4F

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

Shades of Hippie Pink #A04D4F

Tints of Hippie Pink #A04D4F

Color information

#A04D4F (or 0xA04D4F) is unknown color: approx Hippie Pink. HEX triplet: A0, 4D and 4F. RGB value is (160,77,79). Sum of RGB (Red+Green+Blue) = 160+77+79=316 (41% of max value = 765). Red value is 160 (62.89% from 255 or 50.63% from 316); Green value is 77 (30.47% from 255 or 24.37% from 316); Blue value is 79 (31.25% from 255 or 25% from 316); Max value from RGB is 160 - color contains mainly: red. Hex color #A04D4F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A04D4F is #5FB2B0. Grayscale: #666666. Windows color (decimal): -6271665 or 5197216. OLE color: 5197216.

HSL color Cylindrical-coordinate representation of color #A04D4F: hue angle of 358.55º 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 #A04D4F is Cyan = 0, Magento = 0.52, Yellow = 0.51 and Black (K on CMYK) = 0.37.

Color convert

RGB1607779-
CMYK00.520.510.37
HSL358.55º35.02%46.47%-
HSV(B)358.55º51.88%62.75%-
XYZ18.5613.358.99-
YUV102.04115169.34-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 50.63%
GREEN value IS 77 (30.47% from 255) = 24.37%
BLUE value IS 79 (31.25% from 255) = 25%
R=50.63%
G=24.37%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.51
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160777900.520.510.37358.5535.0246.47
HexA04D4F0343325167232e
Octal24011511706463455474356
Binary10100000100110110011110110100110011100101101100111100011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A04D4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A04D4F; }

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

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

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

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

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

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

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

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