#A1555F

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

Shades of Hippie Pink #A1555F

Tints of Hippie Pink #A1555F

Color information

#A1555F (or 0xA1555F) is unknown color: approx Hippie Pink. HEX triplet: A1, 55 and 5F. RGB value is (161,85,95). Sum of RGB (Red+Green+Blue) = 161+85+95=341 (45% of max value = 765). Red value is 161 (63.28% from 255 or 47.21% from 341); Green value is 85 (33.59% from 255 or 24.93% from 341); Blue value is 95 (37.5% from 255 or 27.86% from 341); Max value from RGB is 161 - color contains mainly: red. Hex color #A1555F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A1555F is #5EAAA0. Grayscale: #6C6C6C. Windows color (decimal): -6204065 or 6247841. OLE color: 6247841.

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

Color convert

RGB1618595-
CMYK00.470.410.37
HSL352.11º30.89%48.24%-
HSV(B)352.11º47.2%63.14%-
XYZ20.0114.912.65-
YUV108.86120.18165.19-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 47.21%
GREEN value IS 85 (33.59% from 255) = 24.93%
BLUE value IS 95 (37.5% from 255) = 27.86%
R=47.21%
G=24.93%
B=27.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.41
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161859500.470.410.37352.1130.8948.24
HexA1555F02F29251601f30
Octal24112513705751455403760
Binary1010000110101011011111010111110100110010110110000011111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1555F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1555F; }

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

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

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

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

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

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

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

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