#A0545A

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

Shades of Hippie Pink #A0545A

Tints of Hippie Pink #A0545A

Color information

#A0545A (or 0xA0545A) is unknown color: approx Hippie Pink. HEX triplet: A0, 54 and 5A. RGB value is (160,84,90). Sum of RGB (Red+Green+Blue) = 160+84+90=334 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.90% from 334); Green value is 84 (33.20% from 255 or 25.15% from 334); Blue value is 90 (35.55% from 255 or 26.95% from 334); Max value from RGB is 160 - color contains mainly: red. Hex color #A0545A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A0545A is #5FABA5. Grayscale: #6B6B6B. Windows color (decimal): -6269862 or 5919904. OLE color: 5919904.

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

Color convert

RGB1608490-
CMYK00.480.440.37
HSL355.26º31.15%47.84%-
HSV(B)355.26º47.5%62.75%-
XYZ19.5114.5511.45-
YUV107.41118.18165.51-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 47.90%
GREEN value IS 84 (33.20% from 255) = 25.15%
BLUE value IS 90 (35.55% from 255) = 26.95%
R=47.90%
G=25.15%
B=26.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.44
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160849000.480.440.37355.2631.1547.84
HexA0545A0302C251631f30
Octal24012413206054455433760
Binary1010000010101001011010011000010110010010110110001111111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0545A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0545A; }

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

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

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

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

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

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

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

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