Html Css Color HEX #AA495B Hippie Pink

📋 copy color: '#AA495B'

red 170 ◦ green 73 ◦ blue 91

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

Shades of Hippie Pink #AA495B

Tints of Hippie Pink #AA495B

RGB

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

 GREEN value IS 73 (28.91% from 255) = 21.86%

 BLUE value IS 91 (35.94% from 255) = 27.25%

R = 50.9%
G = 21.86%
B = 27.25%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.46

 K value IS 0.33

RGB Variations

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

Color information

#AA495B (or 0xAA495B) is known color: Hippie Pink. HEX triplet: AA, 49 and 5B. RGB value is (170,73,91). Sum of RGB (Red+Green+Blue) = 170+73+91=334 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.90% from 334); Green value is 73 (28.91% from 255 or 21.86% from 334); Blue value is 91 (35.94% from 255 or 27.25% from 334); Max value from RGB is 170 - color contains mainly: red. Hex color #AA495B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA495B is #55B6A4. Grayscale: #686868. Windows color (decimal): -5617317 or 5982634. OLE color: 5982634.

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

Color convert

RGB 170 73 91 -
CMYK 0 0.57 0.46 0.33
HSL 348.87º 0.4% 0.48% -
HSV(B) 348.87º 0.57% 0.67% -
XYZ 20.85 14.07 11.51 -
YUV 104.06 120.64 175.04 -
System Red Green Blue C M Y K H S L
Decimal 170 73 91 0 0.57 0.46 0.33 348.87 0.4 0.48
Hex AA 49 5B 0 39 2E 21 15D 28 30
Octal 252 111 133 0 71 56 41 535 50 60
Binary 10101010 1001001 1011011 0 111001 101110 100001 101011101 101000 110000

Color Harmonies of #AA495B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA495B

Black with #AA495B

Text Example


Text Example

White with #AA495B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA495B; }

 p { color: rgb(170,73,91); }

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

background-color css

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

 a { background-color: rgb(170,73,91); }

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

border-color css

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

 span { border-color: rgb(170,73,91); }

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