#A95761

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

Shades of Hippie Pink #A95761

Tints of Hippie Pink #A95761

Color information

#A95761 (or 0xA95761) is unknown color: approx Hippie Pink. HEX triplet: A9, 57 and 61. RGB value is (169,87,97). Sum of RGB (Red+Green+Blue) = 169+87+97=353 (46% of max value = 765). Red value is 169 (66.41% from 255 or 47.88% from 353); Green value is 87 (34.38% from 255 or 24.65% from 353); Blue value is 97 (38.28% from 255 or 27.48% from 353); Max value from RGB is 169 - color contains mainly: red. Hex color #A95761 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A95761 is #56A89E. Grayscale: #707070. Windows color (decimal): -5679263 or 6379433. OLE color: 6379433.

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

Color convert

RGB1698797-
CMYK00.490.430.34
HSL352.68º32.28%50.2%-
HSV(B)352.68º48.52%66.27%-
XYZ21.9316.1113.26-
YUV112.66119.17168.19-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 47.88%
GREEN value IS 87 (34.38% from 255) = 24.65%
BLUE value IS 97 (38.28% from 255) = 27.48%
R=47.88%
G=24.65%
B=27.48%

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
Decimal169879700.490.430.34352.6832.2850.2
HexA957610312B221612032
Octal25112714106153425414062
Binary10101001101011111000010110001101011100010101100001100000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A95761

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A95761; }

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

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

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

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

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

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

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

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