Html Css Color HEX #AA5961 Hippie Pink

📋 copy color: '#AA5961'

red 170 ◦ green 89 ◦ blue 97

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

Shades of Hippie Pink #AA5961

Tints of Hippie Pink #AA5961

RGB

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

 GREEN value IS 89 (35.16% from 255) = 25%

 BLUE value IS 97 (38.28% from 255) = 27.25%

R = 47.75%
G = 25%
B = 27.25%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.43

 K value IS 0.33

RGB Variations

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

Color information

#AA5961 (or 0xAA5961) is known color: Hippie Pink. HEX triplet: AA, 59 and 61. RGB value is (170,89,97). Sum of RGB (Red+Green+Blue) = 170+89+97=356 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.75% from 356); Green value is 89 (35.16% from 255 or 25% from 356); Blue value is 97 (38.28% from 255 or 27.25% from 356); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5961 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA5961 is #55A69E. Grayscale: #727272. Windows color (decimal): -5613215 or 6379946. OLE color: 6379946.

HSL color Cylindrical-coordinate representation of color #AA5961: hue angle of 354.07º degrees, saturation: 0.32, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AA5961 is Cyan = 0, Magento = 0.48, Yellow = 0.43 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 89 97 -
CMYK 0 0.48 0.43 0.33
HSL 354.07º 0.32% 0.51% -
HSV(B) 354.07º 0.48% 0.67% -
XYZ 22.31 16.55 13.33 -
YUV 114.13 118.34 167.85 -
System Red Green Blue C M Y K H S L
Decimal 170 89 97 0 0.48 0.43 0.33 354.07 0.32 0.51
Hex AA 59 61 0 30 2B 21 162 20 33
Octal 252 131 141 0 60 53 41 542 40 63
Binary 10101010 1011001 1100001 0 110000 101011 100001 101100010 100000 110011

Color Harmonies of #AA5961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5961

Black with #AA5961

Text Example


Text Example

White with #AA5961

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5961; }

 p { color: rgb(170,89,97); }

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

background-color css

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

 a { background-color: rgb(170,89,97); }

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

border-color css

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

 span { border-color: rgb(170,89,97); }

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