Html Css Color HEX #AA515A Hippie Pink

📋 copy color: '#AA515A'

red 170 ◦ green 81 ◦ blue 90

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

Shades of Hippie Pink #AA515A

Tints of Hippie Pink #AA515A

RGB

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

 GREEN value IS 81 (32.03% from 255) = 23.75%

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

R = 49.85%
G = 23.75%
B = 26.39%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.47

 K value IS 0.33

RGB Variations

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

Color information

#AA515A (or 0xAA515A) is known color: Hippie Pink. HEX triplet: AA, 51 and 5A. RGB value is (170,81,90). Sum of RGB (Red+Green+Blue) = 170+81+90=341 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.85% from 341); Green value is 81 (32.03% from 255 or 23.75% from 341); Blue value is 90 (35.55% from 255 or 26.39% from 341); Max value from RGB is 170 - color contains mainly: red. Hex color #AA515A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA515A is #55AEA5. Grayscale: #6C6C6C. Windows color (decimal): -5615270 or 5919146. OLE color: 5919146.

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

Color convert

RGB 170 81 90 -
CMYK 0 0.52 0.47 0.33
HSL 353.93º 0.35% 0.49% -
HSV(B) 353.93º 0.52% 0.67% -
XYZ 21.37 15.17 11.47 -
YUV 108.64 117.49 171.77 -
System Red Green Blue C M Y K H S L
Decimal 170 81 90 0 0.52 0.47 0.33 353.93 0.35 0.49
Hex AA 51 5A 0 34 2F 21 162 23 31
Octal 252 121 132 0 64 57 41 542 43 61
Binary 10101010 1010001 1011010 0 110100 101111 100001 101100010 100011 110001

Color Harmonies of #AA515A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA515A

Black with #AA515A

Text Example


Text Example

White with #AA515A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA515A; }

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

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

background-color css

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

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

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

border-color css

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

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

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