#A9575D

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

Shades of Hippie Pink #A9575D

Tints of Hippie Pink #A9575D

Color information

#A9575D (or 0xA9575D) is unknown color: approx Hippie Pink. HEX triplet: A9, 57 and 5D. RGB value is (169,87,93). Sum of RGB (Red+Green+Blue) = 169+87+93=349 (46% of max value = 765). Red value is 169 (66.41% from 255 or 48.42% from 349); Green value is 87 (34.38% from 255 or 24.93% from 349); Blue value is 93 (36.72% from 255 or 26.65% from 349); Max value from RGB is 169 - color contains mainly: red. Hex color #A9575D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A9575D is #56A8A2. Grayscale: #707070. Windows color (decimal): -5679267 or 6117289. OLE color: 6117289.

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

Color convert

RGB1698793-
CMYK00.490.450.34
HSL355.61º32.28%50.2%-
HSV(B)355.61º48.52%66.27%-
XYZ21.7516.0412.31-
YUV112.2117.17168.51-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 48.42%
GREEN value IS 87 (34.38% from 255) = 24.93%
BLUE value IS 93 (36.72% from 255) = 26.65%
R=48.42%
G=24.93%
B=26.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.45
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169879300.490.450.34355.6132.2850.2
HexA9575D0312D221642032
Octal25112713506155425444062
Binary10101001101011110111010110001101101100010101100100100000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9575D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9575D; }

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

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

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

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

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

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

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

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