#A9575B

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

Shades of Hippie Pink #A9575B

Tints of Hippie Pink #A9575B

Color information

#A9575B (or 0xA9575B) is unknown color: approx Hippie Pink. HEX triplet: A9, 57 and 5B. RGB value is (169,87,91). Sum of RGB (Red+Green+Blue) = 169+87+91=347 (45% of max value = 765). Red value is 169 (66.41% from 255 or 48.70% from 347); Green value is 87 (34.38% from 255 or 25.07% from 347); Blue value is 91 (35.94% from 255 or 26.22% from 347); Max value from RGB is 169 - color contains mainly: red. Hex color #A9575B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A9575B is #56A8A4. Grayscale: #707070. Windows color (decimal): -5679269 or 5986217. OLE color: 5986217.

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

Color convert

RGB1698791-
CMYK00.490.460.34
HSL357.07º32.28%50.2%-
HSV(B)357.07º48.52%66.27%-
XYZ21.6616.0111.85-
YUV111.97116.17168.67-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 48.70%
GREEN value IS 87 (34.38% from 255) = 25.07%
BLUE value IS 91 (35.94% from 255) = 26.22%
R=48.70%
G=25.07%
B=26.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.46
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169879100.490.460.34357.0732.2850.2
HexA9575B0312E221652032
Octal25112713306156425454062
Binary10101001101011110110110110001101110100010101100101100000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9575B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9575B; }

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

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

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

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

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

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

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

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