Html Css Color HEX #AA4749 Hippie Pink

📋 copy color: '#AA4749'

red 170 ◦ green 71 ◦ blue 73

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

Shades of Hippie Pink #AA4749

Tints of Hippie Pink #AA4749

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 23.25%

R = 54.14%
G = 22.61%
B = 23.25%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.57

 K value IS 0.33

RGB Variations

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

Color information

#AA4749 (or 0xAA4749) is known color: Hippie Pink. HEX triplet: AA, 47 and 49. RGB value is (170,71,73). Sum of RGB (Red+Green+Blue) = 170+71+73=314 (41% of max value = 765). Red value is 170 (66.80% from 255 or 54.14% from 314); Green value is 71 (28.12% from 255 or 22.61% from 314); Blue value is 73 (28.91% from 255 or 23.25% from 314); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4749 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA4749 is #55B8B6. Grayscale: #646464. Windows color (decimal): -5617847 or 4802474. OLE color: 4802474.

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

Color convert

RGB 170 71 73 -
CMYK 0 0.58 0.57 0.33
HSL 358.79º 0.41% 0.47% -
HSV(B) 358.79º 0.58% 0.67% -
XYZ 20.03 13.53 7.86 -
YUV 100.83 112.3 177.34 -
System Red Green Blue C M Y K H S L
Decimal 170 71 73 0 0.58 0.57 0.33 358.79 0.41 0.47
Hex AA 47 49 0 3A 39 21 167 29 2F
Octal 252 107 111 0 72 71 41 547 51 57
Binary 10101010 1000111 1001001 0 111010 111001 100001 101100111 101001 101111

Color Harmonies of #AA4749

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4749

Black with #AA4749

Text Example


Text Example

White with #AA4749

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4749; }

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

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

background-color css

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

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

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

border-color css

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

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

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