Html Css Color HEX #AA474D Hippie Pink

📋 copy color: '#AA474D'

red 170 ◦ green 71 ◦ blue 77

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

Shades of Hippie Pink #AA474D

Tints of Hippie Pink #AA474D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 24.21%

R = 53.46%
G = 22.33%
B = 24.21%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.55

 K value IS 0.33

RGB Variations

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

Color information

#AA474D (or 0xAA474D) is known color: Hippie Pink. HEX triplet: AA, 47 and 4D. RGB value is (170,71,77). Sum of RGB (Red+Green+Blue) = 170+71+77=318 (42% of max value = 765). Red value is 170 (66.80% from 255 or 53.46% from 318); Green value is 71 (28.12% from 255 or 22.33% from 318); Blue value is 77 (30.47% from 255 or 24.21% from 318); Max value from RGB is 170 - color contains mainly: red. Hex color #AA474D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA474D is #55B8B2. Grayscale: #656565. Windows color (decimal): -5617843 or 5064618. OLE color: 5064618.

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

Color convert

RGB 170 71 77 -
CMYK 0 0.58 0.55 0.33
HSL 356.36º 0.41% 0.47% -
HSV(B) 356.36º 0.58% 0.67% -
XYZ 20.17 13.59 8.58 -
YUV 101.29 114.3 177.01 -
System Red Green Blue C M Y K H S L
Decimal 170 71 77 0 0.58 0.55 0.33 356.36 0.41 0.47
Hex AA 47 4D 0 3A 37 21 164 29 2F
Octal 252 107 115 0 72 67 41 544 51 57
Binary 10101010 1000111 1001101 0 111010 110111 100001 101100100 101001 101111

Color Harmonies of #AA474D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA474D

Black with #AA474D

Text Example


Text Example

White with #AA474D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA474D; }

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

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

background-color css

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

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

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

border-color css

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

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

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