Html Css Color HEX #AA474F Hippie Pink

📋 copy color: '#AA474F'

red 170 ◦ green 71 ◦ blue 79

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

Shades of Hippie Pink #AA474F

Tints of Hippie Pink #AA474F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 24.69%

R = 53.13%
G = 22.19%
B = 24.69%

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

#AA474F (or 0xAA474F) is known color: Hippie Pink. HEX triplet: AA, 47 and 4F. RGB value is (170,71,79). Sum of RGB (Red+Green+Blue) = 170+71+79=320 (42% of max value = 765). Red value is 170 (66.80% from 255 or 53.12% from 320); Green value is 71 (28.12% from 255 or 22.19% from 320); Blue value is 79 (31.25% from 255 or 24.69% from 320); Max value from RGB is 170 - color contains mainly: red. Hex color #AA474F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA474F is #55B8B0. Grayscale: #656565. Windows color (decimal): -5617841 or 5195690. OLE color: 5195690.

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

Color convert

RGB 170 71 79 -
CMYK 0 0.58 0.54 0.33
HSL 355.15º 0.41% 0.47% -
HSV(B) 355.15º 0.58% 0.67% -
XYZ 20.24 13.62 8.96 -
YUV 101.51 115.3 176.85 -
System Red Green Blue C M Y K H S L
Decimal 170 71 79 0 0.58 0.54 0.33 355.15 0.41 0.47
Hex AA 47 4F 0 3A 36 21 163 29 2F
Octal 252 107 117 0 72 66 41 543 51 57
Binary 10101010 1000111 1001111 0 111010 110110 100001 101100011 101001 101111

Color Harmonies of #AA474F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA474F

Black with #AA474F

Text Example


Text Example

White with #AA474F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA474F; }

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

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

background-color css

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

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

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

border-color css

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

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

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