Html Css Color HEX #AA474E Hippie Pink

📋 copy color: '#AA474E'

red 170 ◦ green 71 ◦ blue 78

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

Shades of Hippie Pink #AA474E

Tints of Hippie Pink #AA474E

RGB

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

 GREEN value IS 71 (28.13% from 255) = 22.26%

 BLUE value IS 78 (30.86% from 255) = 24.45%

R = 53.29%
G = 22.26%
B = 24.45%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.54

 K value IS 0.33

RGB Variations

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

Color information

#AA474E (or 0xAA474E) is known color: Hippie Pink. HEX triplet: AA, 47 and 4E. RGB value is (170,71,78). Sum of RGB (Red+Green+Blue) = 170+71+78=319 (42% of max value = 765). Red value is 170 (66.80% from 255 or 53.29% from 319); Green value is 71 (28.12% from 255 or 22.26% from 319); Blue value is 78 (30.86% from 255 or 24.45% from 319); Max value from RGB is 170 - color contains mainly: red. Hex color #AA474E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA474E is #55B8B1. Grayscale: #656565. Windows color (decimal): -5617842 or 5130154. OLE color: 5130154.

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

Color convert

RGB 170 71 78 -
CMYK 0 0.58 0.54 0.33
HSL 355.76º 0.41% 0.47% -
HSV(B) 355.76º 0.58% 0.67% -
XYZ 20.21 13.6 8.77 -
YUV 101.4 114.8 176.93 -
System Red Green Blue C M Y K H S L
Decimal 170 71 78 0 0.58 0.54 0.33 355.76 0.41 0.47
Hex AA 47 4E 0 3A 36 21 164 29 2F
Octal 252 107 116 0 72 66 41 544 51 57
Binary 10101010 1000111 1001110 0 111010 110110 100001 101100100 101001 101111

Color Harmonies of #AA474E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA474E

Black with #AA474E

Text Example


Text Example

White with #AA474E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA474E; }

 p { color: rgb(170,71,78); }

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

background-color css

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

 a { background-color: rgb(170,71,78); }

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

border-color css

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

 span { border-color: rgb(170,71,78); }

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