#A04C4F

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

Shades of Hippie Pink #A04C4F

Tints of Hippie Pink #A04C4F

Color information

#A04C4F (or 0xA04C4F) is unknown color: approx Hippie Pink. HEX triplet: A0, 4C and 4F. RGB value is (160,76,79). Sum of RGB (Red+Green+Blue) = 160+76+79=315 (41% of max value = 765). Red value is 160 (62.89% from 255 or 50.79% from 315); Green value is 76 (30.08% from 255 or 24.13% from 315); Blue value is 79 (31.25% from 255 or 25.08% from 315); Max value from RGB is 160 - color contains mainly: red. Hex color #A04C4F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A04C4F is #5FB3B0. Grayscale: #656565. Windows color (decimal): -6271921 or 5196960. OLE color: 5196960.

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

Color convert

RGB1607679-
CMYK00.520.510.37
HSL357.86º35.59%46.27%-
HSV(B)357.86º52.5%62.75%-
XYZ18.4913.218.97-
YUV101.46115.33169.76-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 50.79%
GREEN value IS 76 (30.08% from 255) = 24.13%
BLUE value IS 79 (31.25% from 255) = 25.08%
R=50.79%
G=24.13%
B=25.08%

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
Decimal160767900.520.510.37357.8635.5946.27
HexA04C4F0343325166242e
Octal24011411706463455464456
Binary10100000100110010011110110100110011100101101100110100100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A04C4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A04C4F; }

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

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

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

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

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

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

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

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