#A0475B

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

Shades of Hippie Pink #A0475B

Tints of Hippie Pink #A0475B

Color information

#A0475B (or 0xA0475B) is unknown color: approx Hippie Pink. HEX triplet: A0, 47 and 5B. RGB value is (160,71,91). Sum of RGB (Red+Green+Blue) = 160+71+91=322 (42% of max value = 765). Red value is 160 (62.89% from 255 or 49.69% from 322); Green value is 71 (28.12% from 255 or 22.05% from 322); Blue value is 91 (35.94% from 255 or 28.26% from 322); Max value from RGB is 160 - color contains mainly: red. Hex color #A0475B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A0475B is #5FB8A4. Grayscale: #636363. Windows color (decimal): -6273189 or 5982112. OLE color: 5982112.

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

Color convert

RGB1607191-
CMYK00.560.430.37
HSL346.52º38.53%45.29%-
HSV(B)346.52º55.62%62.75%-
XYZ18.6412.7411.37-
YUV99.89122.99170.87-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 49.69%
GREEN value IS 71 (28.12% from 255) = 22.05%
BLUE value IS 91 (35.94% from 255) = 28.26%
R=49.69%
G=22.05%
B=28.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.43
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160719100.560.430.37346.5238.5345.29
HexA0475B0382B2515b272d
Octal24010713307053455334755
Binary10100000100011110110110111000101011100101101011011100111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0475B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0475B; }

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

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

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

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

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

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

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

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