#A0515A

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

Shades of Hippie Pink #A0515A

Tints of Hippie Pink #A0515A

Color information

#A0515A (or 0xA0515A) is unknown color: approx Hippie Pink. HEX triplet: A0, 51 and 5A. RGB value is (160,81,90). Sum of RGB (Red+Green+Blue) = 160+81+90=331 (43% of max value = 765). Red value is 160 (62.89% from 255 or 48.34% from 331); Green value is 81 (32.03% from 255 or 24.47% from 331); Blue value is 90 (35.55% from 255 or 27.19% from 331); Max value from RGB is 160 - color contains mainly: red. Hex color #A0515A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A0515A is #5FAEA5. Grayscale: #696969. Windows color (decimal): -6270630 or 5919136. OLE color: 5919136.

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

Color convert

RGB1608190-
CMYK00.490.440.37
HSL353.16º32.78%47.25%-
HSV(B)353.16º49.38%62.75%-
XYZ19.2914.111.38-
YUV105.65119.17166.77-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 48.34%
GREEN value IS 81 (32.03% from 255) = 24.47%
BLUE value IS 90 (35.55% from 255) = 27.19%
R=48.34%
G=24.47%
B=27.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.44
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160819000.490.440.37353.1632.7847.25
HexA0515A0312C25161212f
Octal24012113206154455414157
Binary10100000101000110110100110001101100100101101100001100001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0515A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0515A; }

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

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

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

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

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

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

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

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