#A1585B

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

Shades of Hippie Pink #A1585B

Tints of Hippie Pink #A1585B

Color information

#A1585B (or 0xA1585B) is unknown color: approx Hippie Pink. HEX triplet: A1, 58 and 5B. RGB value is (161,88,91). Sum of RGB (Red+Green+Blue) = 161+88+91=340 (45% of max value = 765). Red value is 161 (63.28% from 255 or 47.35% from 340); Green value is 88 (34.77% from 255 or 25.88% from 340); Blue value is 91 (35.94% from 255 or 26.76% from 340); Max value from RGB is 161 - color contains mainly: red. Hex color #A1585B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A1585B is #5EA7A4. Grayscale: #6E6E6E. Windows color (decimal): -6203301 or 5986465. OLE color: 5986465.

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

Color convert

RGB1618891-
CMYK00.450.430.37
HSL357.53º29.32%48.82%-
HSV(B)357.53º45.34%63.14%-
XYZ20.0815.3111.79-
YUV110.17117.18164.26-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 47.35%
GREEN value IS 88 (34.77% from 255) = 25.88%
BLUE value IS 91 (35.94% from 255) = 26.76%
R=47.35%
G=25.88%
B=26.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.43
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161889100.450.430.37357.5329.3248.82
HexA1585B02D2B251661d31
Octal24113013305553455463561
Binary1010000110110001011011010110110101110010110110011011101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1585B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1585B; }

 p { color: rgb(161,88,91); }

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

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

 a { background-color: rgb(161,88,91); }

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

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

 span { border-color: rgb(161,88,91); }

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