#A15759

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

Shades of Hippie Pink #A15759

Tints of Hippie Pink #A15759

Color information

#A15759 (or 0xA15759) is unknown color: approx Hippie Pink. HEX triplet: A1, 57 and 59. RGB value is (161,87,89). Sum of RGB (Red+Green+Blue) = 161+87+89=337 (44% of max value = 765). Red value is 161 (63.28% from 255 or 47.77% from 337); Green value is 87 (34.38% from 255 or 25.82% from 337); Blue value is 89 (35.16% from 255 or 26.41% from 337); Max value from RGB is 161 - color contains mainly: red. Hex color #A15759 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A15759 is #5EA8A6. Grayscale: #6D6D6D. Windows color (decimal): -6203559 or 5855137. OLE color: 5855137.

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

Color convert

RGB1618789-
CMYK00.460.450.37
HSL358.38º29.84%48.63%-
HSV(B)358.38º45.96%63.14%-
XYZ19.9115.1111.32-
YUV109.35116.52164.84-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 47.77%
GREEN value IS 87 (34.38% from 255) = 25.82%
BLUE value IS 89 (35.16% from 255) = 26.41%
R=47.77%
G=25.82%
B=26.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.45
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161878900.460.450.37358.3829.8448.63
HexA1575902E2D251661e31
Octal24112713105655455463661
Binary1010000110101111011001010111010110110010110110011011110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A15759

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A15759; }

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

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

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

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

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

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

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

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