Html Css Color HEX #AA475C Hippie Pink

📋 copy color: '#AA475C'

red 170 ◦ green 71 ◦ blue 92

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

Shades of Hippie Pink #AA475C

Tints of Hippie Pink #AA475C

RGB

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

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

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

R = 51.05%
G = 21.32%
B = 27.63%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.46

 K value IS 0.33

RGB Variations

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

Color information

#AA475C (or 0xAA475C) is known color: Hippie Pink. HEX triplet: AA, 47 and 5C. RGB value is (170,71,92). Sum of RGB (Red+Green+Blue) = 170+71+92=333 (44% of max value = 765). Red value is 170 (66.80% from 255 or 51.05% from 333); Green value is 71 (28.12% from 255 or 21.32% from 333); Blue value is 92 (36.33% from 255 or 27.63% from 333); Max value from RGB is 170 - color contains mainly: red. Hex color #AA475C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA475C is #55B8A3. Grayscale: #676767. Windows color (decimal): -5617828 or 6047658. OLE color: 6047658.

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

Color convert

RGB 170 71 92 -
CMYK 0 0.58 0.46 0.33
HSL 347.27º 0.41% 0.47% -
HSV(B) 347.27º 0.58% 0.67% -
XYZ 20.76 13.83 11.7 -
YUV 103 121.8 175.79 -
System Red Green Blue C M Y K H S L
Decimal 170 71 92 0 0.58 0.46 0.33 347.27 0.41 0.47
Hex AA 47 5C 0 3A 2E 21 15B 29 2F
Octal 252 107 134 0 72 56 41 533 51 57
Binary 10101010 1000111 1011100 0 111010 101110 100001 101011011 101001 101111

Color Harmonies of #AA475C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA475C

Black with #AA475C

Text Example


Text Example

White with #AA475C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA475C; }

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

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

background-color css

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

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

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

border-color css

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

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

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