#A95960

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

Shades of Hippie Pink #A95960

Tints of Hippie Pink #A95960

Color information

#A95960 (or 0xA95960) is unknown color: approx Hippie Pink. HEX triplet: A9, 59 and 60. RGB value is (169,89,96). Sum of RGB (Red+Green+Blue) = 169+89+96=354 (46% of max value = 765). Red value is 169 (66.41% from 255 or 47.74% from 354); Green value is 89 (35.16% from 255 or 25.14% from 354); Blue value is 96 (37.89% from 255 or 27.12% from 354); Max value from RGB is 169 - color contains mainly: red. Hex color #A95960 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A95960 is #56A69F. Grayscale: #717171. Windows color (decimal): -5678752 or 6314409. OLE color: 6314409.

HSL color Cylindrical-coordinate representation of color #A95960: hue angle of 354.75º degrees, saturation: 0.32, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A95960 is Cyan = 0, Magento = 0.47, Yellow = 0.43 and Black (K on CMYK) = 0.34.

Color convert

RGB1698996-
CMYK00.470.430.34
HSL354.75º31.75%50.59%-
HSV(B)354.75º47.34%66.27%-
XYZ22.0516.4213.07-
YUV113.72118167.43-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 47.74%
GREEN value IS 89 (35.16% from 255) = 25.14%
BLUE value IS 96 (37.89% from 255) = 27.12%
R=47.74%
G=25.14%
B=27.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.43
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169899600.470.430.34354.7531.7550.59
HexA9596002F2B221632033
Octal25113114005753425434063
Binary10101001101100111000000101111101011100010101100011100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A95960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A95960; }

 p { color: rgb(169,89,96); }

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

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

 a { background-color: rgb(169,89,96); }

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

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

 span { border-color: rgb(169,89,96); }

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