#A1585F

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

Shades of Hippie Pink #A1585F

Tints of Hippie Pink #A1585F

Color information

#A1585F (or 0xA1585F) is unknown color: approx Hippie Pink. HEX triplet: A1, 58 and 5F. RGB value is (161,88,95). Sum of RGB (Red+Green+Blue) = 161+88+95=344 (45% of max value = 765). Red value is 161 (63.28% from 255 or 46.80% from 344); Green value is 88 (34.77% from 255 or 25.58% from 344); Blue value is 95 (37.5% from 255 or 27.62% from 344); Max value from RGB is 161 - color contains mainly: red. Hex color #A1585F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A1585F is #5EA7A0. Grayscale: #6E6E6E. Windows color (decimal): -6203297 or 6248609. OLE color: 6248609.

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

Color convert

RGB1618895-
CMYK00.450.410.37
HSL354.25º29.32%48.82%-
HSV(B)354.25º45.34%63.14%-
XYZ20.2515.3812.73-
YUV110.62119.18163.93-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 46.80%
GREEN value IS 88 (34.77% from 255) = 25.58%
BLUE value IS 95 (37.5% from 255) = 27.62%
R=46.80%
G=25.58%
B=27.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.41
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161889500.450.410.37354.2529.3248.82
HexA1585F02D29251621d31
Octal24113013705551455423561
Binary1010000110110001011111010110110100110010110110001011101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1585F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1585F; }

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

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

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

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

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

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

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

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