Html Css Color HEX #AA455D Hippie Pink

📋 copy color: '#AA455D'

red 170 ◦ green 69 ◦ blue 93

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

Shades of Hippie Pink #AA455D

Tints of Hippie Pink #AA455D

RGB

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

 GREEN value IS 69 (27.34% from 255) = 20.78%

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

R = 51.2%
G = 20.78%
B = 28.01%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.45

 K value IS 0.33

RGB Variations

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

Color information

#AA455D (or 0xAA455D) is known color: Hippie Pink. HEX triplet: AA, 45 and 5D. RGB value is (170,69,93). Sum of RGB (Red+Green+Blue) = 170+69+93=332 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.20% from 332); Green value is 69 (27.34% from 255 or 20.78% from 332); Blue value is 93 (36.72% from 255 or 28.01% from 332); Max value from RGB is 170 - color contains mainly: red. Hex color #AA455D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA455D is #55BAA2. Grayscale: #656565. Windows color (decimal): -5618339 or 6112682. OLE color: 6112682.

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

Color convert

RGB 170 69 93 -
CMYK 0 0.59 0.45 0.33
HSL 345.74º 0.42% 0.47% -
HSV(B) 345.74º 0.59% 0.67% -
XYZ 20.68 13.59 11.89 -
YUV 101.94 122.96 176.55 -
System Red Green Blue C M Y K H S L
Decimal 170 69 93 0 0.59 0.45 0.33 345.74 0.42 0.47
Hex AA 45 5D 0 3B 2D 21 15A 2A 2F
Octal 252 105 135 0 73 55 41 532 52 57
Binary 10101010 1000101 1011101 0 111011 101101 100001 101011010 101010 101111

Color Harmonies of #AA455D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA455D

Black with #AA455D

Text Example


Text Example

White with #AA455D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA455D; }

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

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

background-color css

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

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

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

border-color css

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

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

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