#A95759

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

Shades of Hippie Pink #A95759

Tints of Hippie Pink #A95759

Color information

#A95759 (or 0xA95759) is unknown color: approx Hippie Pink. HEX triplet: A9, 57 and 59. RGB value is (169,87,89). Sum of RGB (Red+Green+Blue) = 169+87+89=345 (45% of max value = 765). Red value is 169 (66.41% from 255 or 48.99% from 345); Green value is 87 (34.38% from 255 or 25.22% from 345); Blue value is 89 (35.16% from 255 or 25.80% from 345); Max value from RGB is 169 - color contains mainly: red. Hex color #A95759 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A95759 is #56A8A6. Grayscale: #6F6F6F. Windows color (decimal): -5679271 or 5855145. OLE color: 5855145.

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

Color convert

RGB1698789-
CMYK00.490.470.34
HSL358.54º32.28%50.2%-
HSV(B)358.54º48.52%66.27%-
XYZ21.5715.9711.4-
YUV111.75115.17168.84-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 48.99%
GREEN value IS 87 (34.38% from 255) = 25.22%
BLUE value IS 89 (35.16% from 255) = 25.80%
R=48.99%
G=25.22%
B=25.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.47
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169878900.490.470.34358.5432.2850.2
HexA957590312F221672032
Octal25112713106157425474062
Binary10101001101011110110010110001101111100010101100111100000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A95759

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A95759; }

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

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

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

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

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

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

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

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