#A1595A

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

Shades of Hippie Pink #A1595A

Tints of Hippie Pink #A1595A

Color information

#A1595A (or 0xA1595A) is unknown color: approx Hippie Pink. HEX triplet: A1, 59 and 5A. RGB value is (161,89,90). Sum of RGB (Red+Green+Blue) = 161+89+90=340 (45% of max value = 765). Red value is 161 (63.28% from 255 or 47.35% from 340); Green value is 89 (35.16% from 255 or 26.18% from 340); Blue value is 90 (35.55% from 255 or 26.47% from 340); Max value from RGB is 161 - color contains mainly: red. Hex color #A1595A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A1595A is #5EA6A5. Grayscale: #6E6E6E. Windows color (decimal): -6203046 or 5921185. OLE color: 5921185.

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

Color convert

RGB1618990-
CMYK00.450.440.37
HSL359.17º28.8%49.02%-
HSV(B)359.17º44.72%63.14%-
XYZ20.1215.4611.6-
YUV110.64116.35163.92-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 47.35%
GREEN value IS 89 (35.16% from 255) = 26.18%
BLUE value IS 90 (35.55% from 255) = 26.47%
R=47.35%
G=26.18%
B=26.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.44
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161899000.450.440.37359.1728.849.02
HexA1595A02D2C251671d31
Octal24113113205554455473561
Binary1010000110110011011010010110110110010010110110011111101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1595A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1595A; }

 p { color: rgb(161,89,90); }

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

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

 a { background-color: rgb(161,89,90); }

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

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

 span { border-color: rgb(161,89,90); }

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