Html Css Color HEX #AA475E Hippie Pink

📋 copy color: '#AA475E'

red 170 ◦ green 71 ◦ blue 94

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

Shades of Hippie Pink #AA475E

Tints of Hippie Pink #AA475E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 28.06%

R = 50.75%
G = 21.19%
B = 28.06%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.45

 K value IS 0.33

RGB Variations

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

Color information

#AA475E (or 0xAA475E) is known color: Hippie Pink. HEX triplet: AA, 47 and 5E. RGB value is (170,71,94). Sum of RGB (Red+Green+Blue) = 170+71+94=335 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.75% from 335); Green value is 71 (28.12% from 255 or 21.19% from 335); Blue value is 94 (37.11% from 255 or 28.06% from 335); Max value from RGB is 170 - color contains mainly: red. Hex color #AA475E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA475E is #55B8A1. Grayscale: #676767. Windows color (decimal): -5617826 or 6178730. OLE color: 6178730.

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

Color convert

RGB 170 71 94 -
CMYK 0 0.58 0.45 0.33
HSL 346.06º 0.41% 0.47% -
HSV(B) 346.06º 0.58% 0.67% -
XYZ 20.85 13.86 12.17 -
YUV 103.22 122.8 175.63 -
System Red Green Blue C M Y K H S L
Decimal 170 71 94 0 0.58 0.45 0.33 346.06 0.41 0.47
Hex AA 47 5E 0 3A 2D 21 15A 29 2F
Octal 252 107 136 0 72 55 41 532 51 57
Binary 10101010 1000111 1011110 0 111010 101101 100001 101011010 101001 101111

Color Harmonies of #AA475E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA475E

Black with #AA475E

Text Example


Text Example

White with #AA475E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA475E; }

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

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

background-color css

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

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

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

border-color css

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

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

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