#A9575A

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

Shades of Hippie Pink #A9575A

Tints of Hippie Pink #A9575A

Color information

#A9575A (or 0xA9575A) is unknown color: approx Hippie Pink. HEX triplet: A9, 57 and 5A. RGB value is (169,87,90). Sum of RGB (Red+Green+Blue) = 169+87+90=346 (45% of max value = 765). Red value is 169 (66.41% from 255 or 48.84% from 346); Green value is 87 (34.38% from 255 or 25.14% from 346); Blue value is 90 (35.55% from 255 or 26.01% from 346); Max value from RGB is 169 - color contains mainly: red. Hex color #A9575A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A9575A is #56A8A5. Grayscale: #6F6F6F. Windows color (decimal): -5679270 or 5920681. OLE color: 5920681.

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

Color convert

RGB1698790-
CMYK00.490.470.34
HSL357.8º32.28%50.2%-
HSV(B)357.8º48.52%66.27%-
XYZ21.6215.9911.62-
YUV111.86115.67168.76-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 48.84%
GREEN value IS 87 (34.38% from 255) = 25.14%
BLUE value IS 90 (35.55% from 255) = 26.01%
R=48.84%
G=25.14%
B=26.01%

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
Decimal169879000.490.470.34357.832.2850.2
HexA9575A0312F221662032
Octal25112713206157425464062
Binary10101001101011110110100110001101111100010101100110100000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9575A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9575A; }

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

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

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

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

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

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

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

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