Html Css Color HEX #AA475D Hippie Pink

📋 copy color: '#AA475D'

red 170 ◦ green 71 ◦ blue 93

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

Shades of Hippie Pink #AA475D

Tints of Hippie Pink #AA475D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 27.84%

R = 50.9%
G = 21.26%
B = 27.84%

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

#AA475D (or 0xAA475D) is known color: Hippie Pink. HEX triplet: AA, 47 and 5D. RGB value is (170,71,93). Sum of RGB (Red+Green+Blue) = 170+71+93=334 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.90% from 334); Green value is 71 (28.12% from 255 or 21.26% from 334); Blue value is 93 (36.72% from 255 or 27.84% from 334); Max value from RGB is 170 - color contains mainly: red. Hex color #AA475D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA475D is #55B8A2. Grayscale: #676767. Windows color (decimal): -5617827 or 6113194. OLE color: 6113194.

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

Color convert

RGB 170 71 93 -
CMYK 0 0.58 0.45 0.33
HSL 346.67º 0.41% 0.47% -
HSV(B) 346.67º 0.58% 0.67% -
XYZ 20.81 13.84 11.93 -
YUV 103.11 122.3 175.71 -
System Red Green Blue C M Y K H S L
Decimal 170 71 93 0 0.58 0.45 0.33 346.67 0.41 0.47
Hex AA 47 5D 0 3A 2D 21 15B 29 2F
Octal 252 107 135 0 72 55 41 533 51 57
Binary 10101010 1000111 1011101 0 111010 101101 100001 101011011 101001 101111

Color Harmonies of #AA475D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA475D

Black with #AA475D

Text Example


Text Example

White with #AA475D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA475D; }

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

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

background-color css

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

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

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

border-color css

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

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

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