Html Css Color HEX #AA575A Hippie Pink

📋 copy color: '#AA575A'

red 170 ◦ green 87 ◦ blue 90

#AA575A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hippie Pink #AA575A

Tints of Hippie Pink #AA575A

RGB

 RED value IS 170 (66.8% from 255) = 48.99%

 GREEN value IS 87 (34.38% from 255) = 25.07%

 BLUE value IS 90 (35.55% from 255) = 25.94%

R = 48.99%
G = 25.07%
B = 25.94%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.47

 K value IS 0.33

RGB Variations

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

Color information

#AA575A (or 0xAA575A) is known color: Hippie Pink. HEX triplet: AA, 57 and 5A. RGB value is (170,87,90). Sum of RGB (Red+Green+Blue) = 170+87+90=347 (45% of max value = 765). Red value is 170 (66.80% from 255 or 48.99% from 347); Green value is 87 (34.38% from 255 or 25.07% from 347); Blue value is 90 (35.55% from 255 or 25.94% from 347); Max value from RGB is 170 - color contains mainly: red. Hex color #AA575A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA575A is #55A8A5. Grayscale: #707070. Windows color (decimal): -5613734 or 5920682. OLE color: 5920682.

HSL color Cylindrical-coordinate representation of color #AA575A: hue angle of 357.83º degrees, saturation: 0.33, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AA575A is Cyan = 0, Magento = 0.49, Yellow = 0.47 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 87 90 -
CMYK 0 0.49 0.47 0.33
HSL 357.83º 0.33% 0.5% -
HSV(B) 357.83º 0.49% 0.67% -
XYZ 21.83 16.1 11.63 -
YUV 112.16 115.5 169.26 -
System Red Green Blue C M Y K H S L
Decimal 170 87 90 0 0.49 0.47 0.33 357.83 0.33 0.5
Hex AA 57 5A 0 31 2F 21 166 21 32
Octal 252 127 132 0 61 57 41 546 41 62
Binary 10101010 1010111 1011010 0 110001 101111 100001 101100110 100001 110010

Color Harmonies of #AA575A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA575A

Black with #AA575A

Text Example


Text Example

White with #AA575A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA575A; }

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

 H1.HeaderClassName
 {
   color: #AA575A;
 }
 .AnyTagClassName
 {
   color: #AA575A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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