#A95861

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

Shades of Hippie Pink #A95861

Tints of Hippie Pink #A95861

Color information

#A95861 (or 0xA95861) is unknown color: approx Hippie Pink. HEX triplet: A9, 58 and 61. RGB value is (169,88,97). Sum of RGB (Red+Green+Blue) = 169+88+97=354 (46% of max value = 765). Red value is 169 (66.41% from 255 or 47.74% from 354); Green value is 88 (34.77% from 255 or 24.86% from 354); Blue value is 97 (38.28% from 255 or 27.40% from 354); Max value from RGB is 169 - color contains mainly: red. Hex color #A95861 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A95861 is #56A79E. Grayscale: #717171. Windows color (decimal): -5679007 or 6379689. OLE color: 6379689.

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

Color convert

RGB1698897-
CMYK00.480.430.34
HSL353.33º32.02%50.39%-
HSV(B)353.33º47.93%66.27%-
XYZ22.0116.2813.29-
YUV113.24118.84167.77-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 47.74%
GREEN value IS 88 (34.77% from 255) = 24.86%
BLUE value IS 97 (38.28% from 255) = 27.40%
R=47.74%
G=24.86%
B=27.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.43
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169889700.480.430.34353.3332.0250.39
HexA958610302B221612032
Octal25113014106053425414062
Binary10101001101100011000010110000101011100010101100001100000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A95861

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A95861; }

 p { color: rgb(169,88,97); }

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

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

 a { background-color: rgb(169,88,97); }

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

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

 span { border-color: rgb(169,88,97); }

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