Html Css Color HEX #AA505B Hippie Pink

📋 copy color: '#AA505B'

red 170 ◦ green 80 ◦ blue 91

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

Shades of Hippie Pink #AA505B

Tints of Hippie Pink #AA505B

RGB

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

 GREEN value IS 80 (31.64% from 255) = 23.46%

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

R = 49.85%
G = 23.46%
B = 26.69%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.46

 K value IS 0.33

RGB Variations

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

Color information

#AA505B (or 0xAA505B) is known color: Hippie Pink. HEX triplet: AA, 50 and 5B. RGB value is (170,80,91). Sum of RGB (Red+Green+Blue) = 170+80+91=341 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.85% from 341); Green value is 80 (31.64% from 255 or 23.46% from 341); Blue value is 91 (35.94% from 255 or 26.69% from 341); Max value from RGB is 170 - color contains mainly: red. Hex color #AA505B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA505B is #55AFA4. Grayscale: #6C6C6C. Windows color (decimal): -5615525 or 5984426. OLE color: 5984426.

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

Color convert

RGB 170 80 91 -
CMYK 0 0.53 0.46 0.33
HSL 352.67º 0.36% 0.49% -
HSV(B) 352.67º 0.53% 0.67% -
XYZ 21.33 15.04 11.68 -
YUV 108.16 118.32 172.11 -
System Red Green Blue C M Y K H S L
Decimal 170 80 91 0 0.53 0.46 0.33 352.67 0.36 0.49
Hex AA 50 5B 0 35 2E 21 161 24 31
Octal 252 120 133 0 65 56 41 541 44 61
Binary 10101010 1010000 1011011 0 110101 101110 100001 101100001 100100 110001

Color Harmonies of #AA505B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA505B

Black with #AA505B

Text Example


Text Example

White with #AA505B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA505B; }

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

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

background-color css

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

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

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

border-color css

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

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

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