#A1555A

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

Shades of Hippie Pink #A1555A

Tints of Hippie Pink #A1555A

Color information

#A1555A (or 0xA1555A) is unknown color: approx Hippie Pink. HEX triplet: A1, 55 and 5A. RGB value is (161,85,90). Sum of RGB (Red+Green+Blue) = 161+85+90=336 (44% of max value = 765). Red value is 161 (63.28% from 255 or 47.92% from 336); Green value is 85 (33.59% from 255 or 25.30% from 336); Blue value is 90 (35.55% from 255 or 26.79% from 336); Max value from RGB is 161 - color contains mainly: red. Hex color #A1555A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A1555A is #5EAAA5. Grayscale: #6C6C6C. Windows color (decimal): -6204070 or 5920161. OLE color: 5920161.

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

Color convert

RGB1618590-
CMYK00.470.440.37
HSL356.05º30.89%48.24%-
HSV(B)356.05º47.2%63.14%-
XYZ19.7914.8111.49-
YUV108.29117.68165.59-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 47.92%
GREEN value IS 85 (33.59% from 255) = 25.30%
BLUE value IS 90 (35.55% from 255) = 26.79%
R=47.92%
G=25.30%
B=26.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.44
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161859000.470.440.37356.0530.8948.24
HexA1555A02F2C251641f30
Octal24112513205754455443760
Binary1010000110101011011010010111110110010010110110010011111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1555A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1555A; }

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

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

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

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

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

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

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

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