#A95961

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

Shades of Hippie Pink #A95961

Tints of Hippie Pink #A95961

Color information

#A95961 (or 0xA95961) is unknown color: approx Hippie Pink. HEX triplet: A9, 59 and 61. RGB value is (169,89,97). Sum of RGB (Red+Green+Blue) = 169+89+97=355 (47% of max value = 765). Red value is 169 (66.41% from 255 or 47.61% from 355); Green value is 89 (35.16% from 255 or 25.07% from 355); Blue value is 97 (38.28% from 255 or 27.32% from 355); Max value from RGB is 169 - color contains mainly: red. Hex color #A95961 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A95961 is #56A69E. Grayscale: #717171. Windows color (decimal): -5678751 or 6379945. OLE color: 6379945.

HSL color Cylindrical-coordinate representation of color #A95961: hue angle of 354º 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 #A95961 is Cyan = 0, Magento = 0.47, Yellow = 0.43 and Black (K on CMYK) = 0.34.

Color convert

RGB1698997-
CMYK00.470.430.34
HSL354º31.75%50.59%-
HSV(B)354º47.34%66.27%-
XYZ22.0916.4413.32-
YUV113.83118.5167.35-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 47.61%
GREEN value IS 89 (35.16% from 255) = 25.07%
BLUE value IS 97 (38.28% from 255) = 27.32%
R=47.61%
G=25.07%
B=27.32%

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
Decimal169899700.470.430.3435431.7550.59
HexA9596102F2B221622033
Octal25113114105753425424063
Binary10101001101100111000010101111101011100010101100010100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A95961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A95961; }

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

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

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

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

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

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

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

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