Html Css Color HEX #AA445D Hippie Pink

📋 copy color: '#AA445D'

red 170 ◦ green 68 ◦ blue 93

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

Shades of Hippie Pink #AA445D

Tints of Hippie Pink #AA445D

RGB

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

 GREEN value IS 68 (26.95% from 255) = 20.54%

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

R = 51.36%
G = 20.54%
B = 28.1%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.45

 K value IS 0.33

RGB Variations

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

Color information

#AA445D (or 0xAA445D) is known color: Hippie Pink. HEX triplet: AA, 44 and 5D. RGB value is (170,68,93). Sum of RGB (Red+Green+Blue) = 170+68+93=331 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.36% from 331); Green value is 68 (26.95% from 255 or 20.54% from 331); Blue value is 93 (36.72% from 255 or 28.10% from 331); Max value from RGB is 170 - color contains mainly: red. Hex color #AA445D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA445D is #55BBA2. Grayscale: #656565. Windows color (decimal): -5618595 or 6112426. OLE color: 6112426.

HSL color Cylindrical-coordinate representation of color #AA445D: hue angle of 345.29º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AA445D is Cyan = 0, Magento = 0.6, Yellow = 0.45 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 68 93 -
CMYK 0 0.6 0.45 0.33
HSL 345.29º 0.43% 0.47% -
HSV(B) 345.29º 0.6% 0.67% -
XYZ 20.62 13.47 11.87 -
YUV 101.35 123.29 176.97 -
System Red Green Blue C M Y K H S L
Decimal 170 68 93 0 0.6 0.45 0.33 345.29 0.43 0.47
Hex AA 44 5D 0 3C 2D 21 159 2B 2F
Octal 252 104 135 0 74 55 41 531 53 57
Binary 10101010 1000100 1011101 0 111100 101101 100001 101011001 101011 101111

Color Harmonies of #AA445D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA445D

Black with #AA445D

Text Example


Text Example

White with #AA445D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA445D; }

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

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

background-color css

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

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

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

border-color css

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

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

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