Html Css Color HEX #AA515E Hippie Pink

📋 copy color: '#AA515E'

red 170 ◦ green 81 ◦ blue 94

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

Shades of Hippie Pink #AA515E

Tints of Hippie Pink #AA515E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 27.25%

R = 49.28%
G = 23.48%
B = 27.25%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.45

 K value IS 0.33

RGB Variations

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

Color information

#AA515E (or 0xAA515E) is known color: Hippie Pink. HEX triplet: AA, 51 and 5E. RGB value is (170,81,94). Sum of RGB (Red+Green+Blue) = 170+81+94=345 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.28% from 345); Green value is 81 (32.03% from 255 or 23.48% from 345); Blue value is 94 (37.11% from 255 or 27.25% from 345); Max value from RGB is 170 - color contains mainly: red. Hex color #AA515E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA515E is #55AEA1. Grayscale: #6D6D6D. Windows color (decimal): -5615266 or 6181290. OLE color: 6181290.

HSL color Cylindrical-coordinate representation of color #AA515E: hue angle of 351.24º 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 #AA515E is Cyan = 0, Magento = 0.52, Yellow = 0.45 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 81 94 -
CMYK 0 0.52 0.45 0.33
HSL 351.24º 0.35% 0.49% -
HSV(B) 351.24º 0.52% 0.67% -
XYZ 21.54 15.24 12.4 -
YUV 109.09 119.49 171.44 -
System Red Green Blue C M Y K H S L
Decimal 170 81 94 0 0.52 0.45 0.33 351.24 0.35 0.49
Hex AA 51 5E 0 34 2D 21 15F 23 31
Octal 252 121 136 0 64 55 41 537 43 61
Binary 10101010 1010001 1011110 0 110100 101101 100001 101011111 100011 110001

Color Harmonies of #AA515E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA515E

Black with #AA515E

Text Example


Text Example

White with #AA515E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA515E; }

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

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

background-color css

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

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

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

border-color css

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

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

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