#A1575B

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

Shades of Hippie Pink #A1575B

Tints of Hippie Pink #A1575B

Color information

#A1575B (or 0xA1575B) is unknown color: approx Hippie Pink. HEX triplet: A1, 57 and 5B. RGB value is (161,87,91). Sum of RGB (Red+Green+Blue) = 161+87+91=339 (44% of max value = 765). Red value is 161 (63.28% from 255 or 47.49% from 339); Green value is 87 (34.38% from 255 or 25.66% from 339); Blue value is 91 (35.94% from 255 or 26.84% from 339); Max value from RGB is 161 - color contains mainly: red. Hex color #A1575B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A1575B is #5EA8A4. Grayscale: #6D6D6D. Windows color (decimal): -6203557 or 5986209. OLE color: 5986209.

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

Color convert

RGB1618791-
CMYK00.460.430.37
HSL356.76º29.84%48.63%-
HSV(B)356.76º45.96%63.14%-
XYZ19.9915.1511.77-
YUV109.58117.52164.67-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 47.49%
GREEN value IS 87 (34.38% from 255) = 25.66%
BLUE value IS 91 (35.94% from 255) = 26.84%
R=47.49%
G=25.66%
B=26.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.43
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161879100.460.430.37356.7629.8448.63
HexA1575B02E2B251651e31
Octal24112713305653455453661
Binary1010000110101111011011010111010101110010110110010111110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1575B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1575B; }

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

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

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

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

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

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

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

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