Html Css Color HEX #AA515C Hippie Pink

📋 copy color: '#AA515C'

red 170 ◦ green 81 ◦ blue 92

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

Shades of Hippie Pink #AA515C

Tints of Hippie Pink #AA515C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 26.82%

R = 49.56%
G = 23.62%
B = 26.82%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.46

 K value IS 0.33

RGB Variations

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

Color information

#AA515C (or 0xAA515C) is known color: Hippie Pink. HEX triplet: AA, 51 and 5C. RGB value is (170,81,92). Sum of RGB (Red+Green+Blue) = 170+81+92=343 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.56% from 343); Green value is 81 (32.03% from 255 or 23.62% from 343); Blue value is 92 (36.33% from 255 or 26.82% from 343); Max value from RGB is 170 - color contains mainly: red. Hex color #AA515C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA515C is #55AEA3. Grayscale: #6C6C6C. Windows color (decimal): -5615268 or 6050218. OLE color: 6050218.

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

Color convert

RGB 170 81 92 -
CMYK 0 0.52 0.46 0.33
HSL 352.58º 0.35% 0.49% -
HSV(B) 352.58º 0.52% 0.67% -
XYZ 21.45 15.2 11.93 -
YUV 108.87 118.49 171.61 -
System Red Green Blue C M Y K H S L
Decimal 170 81 92 0 0.52 0.46 0.33 352.58 0.35 0.49
Hex AA 51 5C 0 34 2E 21 161 23 31
Octal 252 121 134 0 64 56 41 541 43 61
Binary 10101010 1010001 1011100 0 110100 101110 100001 101100001 100011 110001

Color Harmonies of #AA515C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA515C

Black with #AA515C

Text Example


Text Example

White with #AA515C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA515C; }

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

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

background-color css

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

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

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

border-color css

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

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

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