Html Css Color HEX #AA474C Hippie Pink

📋 copy color: '#AA474C'

red 170 ◦ green 71 ◦ blue 76

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

Shades of Hippie Pink #AA474C

Tints of Hippie Pink #AA474C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 23.97%

R = 53.63%
G = 22.4%
B = 23.97%

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

#AA474C (or 0xAA474C) is known color: Hippie Pink. HEX triplet: AA, 47 and 4C. RGB value is (170,71,76). Sum of RGB (Red+Green+Blue) = 170+71+76=317 (41% of max value = 765). Red value is 170 (66.80% from 255 or 53.63% from 317); Green value is 71 (28.12% from 255 or 22.40% from 317); Blue value is 76 (30.08% from 255 or 23.97% from 317); Max value from RGB is 170 - color contains mainly: red. Hex color #AA474C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA474C is #55B8B3. Grayscale: #656565. Windows color (decimal): -5617844 or 4999082. OLE color: 4999082.

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

Color convert

RGB 170 71 76 -
CMYK 0 0.58 0.55 0.33
HSL 356.97º 0.41% 0.47% -
HSV(B) 356.97º 0.58% 0.67% -
XYZ 20.14 13.57 8.4 -
YUV 101.17 113.8 177.09 -
System Red Green Blue C M Y K H S L
Decimal 170 71 76 0 0.58 0.55 0.33 356.97 0.41 0.47
Hex AA 47 4C 0 3A 37 21 165 29 2F
Octal 252 107 114 0 72 67 41 545 51 57
Binary 10101010 1000111 1001100 0 111010 110111 100001 101100101 101001 101111

Color Harmonies of #AA474C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA474C

Black with #AA474C

Text Example


Text Example

White with #AA474C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA474C; }

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

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

background-color css

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

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

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

border-color css

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

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

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