#A0475A

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

Shades of Hippie Pink #A0475A

Tints of Hippie Pink #A0475A

Color information

#A0475A (or 0xA0475A) is unknown color: approx Hippie Pink. HEX triplet: A0, 47 and 5A. RGB value is (160,71,90). Sum of RGB (Red+Green+Blue) = 160+71+90=321 (42% of max value = 765). Red value is 160 (62.89% from 255 or 49.84% from 321); Green value is 71 (28.12% from 255 or 22.12% from 321); Blue value is 90 (35.55% from 255 or 28.04% from 321); Max value from RGB is 160 - color contains mainly: red. Hex color #A0475A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A0475A is #5FB8A5. Grayscale: #636363. Windows color (decimal): -6273190 or 5916576. OLE color: 5916576.

HSL color Cylindrical-coordinate representation of color #A0475A: hue angle of 347.19º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A0475A is Cyan = 0, Magento = 0.56, Yellow = 0.44 and Black (K on CMYK) = 0.37.

Color convert

RGB1607190-
CMYK00.560.440.37
HSL347.19º38.53%45.29%-
HSV(B)347.19º55.62%62.75%-
XYZ18.612.7211.15-
YUV99.78122.49170.96-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 49.84%
GREEN value IS 71 (28.12% from 255) = 22.12%
BLUE value IS 90 (35.55% from 255) = 28.04%
R=49.84%
G=22.12%
B=28.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.44
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160719000.560.440.37347.1938.5345.29
HexA0475A0382C2515b272d
Octal24010713207054455334755
Binary10100000100011110110100111000101100100101101011011100111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0475A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0475A; }

 p { color: rgb(160,71,90); }

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

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

 a { background-color: rgb(160,71,90); }

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

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

 span { border-color: rgb(160,71,90); }

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