Html Css Color HEX #AA445B Hippie Pink

📋 copy color: '#AA445B'

red 170 ◦ green 68 ◦ blue 91

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

Shades of Hippie Pink #AA445B

Tints of Hippie Pink #AA445B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 27.66%

R = 51.67%
G = 20.67%
B = 27.66%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.46

 K value IS 0.33

RGB Variations

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

Color information

#AA445B (or 0xAA445B) is known color: Hippie Pink. HEX triplet: AA, 44 and 5B. RGB value is (170,68,91). Sum of RGB (Red+Green+Blue) = 170+68+91=329 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.67% from 329); Green value is 68 (26.95% from 255 or 20.67% from 329); Blue value is 91 (35.94% from 255 or 27.66% from 329); Max value from RGB is 170 - color contains mainly: red. Hex color #AA445B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA445B is #55BBA4. Grayscale: #656565. Windows color (decimal): -5618597 or 5981354. OLE color: 5981354.

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

Color convert

RGB 170 68 91 -
CMYK 0 0.6 0.46 0.33
HSL 346.47º 0.43% 0.47% -
HSV(B) 346.47º 0.6% 0.67% -
XYZ 20.53 13.44 11.41 -
YUV 101.12 122.29 177.13 -
System Red Green Blue C M Y K H S L
Decimal 170 68 91 0 0.6 0.46 0.33 346.47 0.43 0.47
Hex AA 44 5B 0 3C 2E 21 15A 2B 2F
Octal 252 104 133 0 74 56 41 532 53 57
Binary 10101010 1000100 1011011 0 111100 101110 100001 101011010 101011 101111

Color Harmonies of #AA445B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA445B

Black with #AA445B

Text Example


Text Example

White with #AA445B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA445B; }

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

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

background-color css

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

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

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

border-color css

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

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

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