#A95760

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

Shades of Hippie Pink #A95760

Tints of Hippie Pink #A95760

Color information

#A95760 (or 0xA95760) is unknown color: approx Hippie Pink. HEX triplet: A9, 57 and 60. RGB value is (169,87,96). Sum of RGB (Red+Green+Blue) = 169+87+96=352 (46% of max value = 765). Red value is 169 (66.41% from 255 or 48.01% from 352); Green value is 87 (34.38% from 255 or 24.72% from 352); Blue value is 96 (37.89% from 255 or 27.27% from 352); Max value from RGB is 169 - color contains mainly: red. Hex color #A95760 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A95760 is #56A89F. Grayscale: #707070. Windows color (decimal): -5679264 or 6313897. OLE color: 6313897.

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

Color convert

RGB1698796-
CMYK00.490.430.34
HSL353.41º32.28%50.2%-
HSV(B)353.41º48.52%66.27%-
XYZ21.8816.113.02-
YUV112.54118.67168.27-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 48.01%
GREEN value IS 87 (34.38% from 255) = 24.72%
BLUE value IS 96 (37.89% from 255) = 27.27%
R=48.01%
G=24.72%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.43
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169879600.490.430.34353.4132.2850.2
HexA957600312B221612032
Octal25112714006153425414062
Binary10101001101011111000000110001101011100010101100001100000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A95760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A95760; }

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

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

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

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

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

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

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

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