Html Css Color HEX #AA4E54 Hippie Pink

📋 copy color: '#AA4E54'

red 170 ◦ green 78 ◦ blue 84

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

Shades of Hippie Pink #AA4E54

Tints of Hippie Pink #AA4E54

RGB

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

 GREEN value IS 78 (30.86% from 255) = 23.49%

 BLUE value IS 84 (33.2% from 255) = 25.3%

R = 51.2%
G = 23.49%
B = 25.3%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.51

 K value IS 0.33

RGB Variations

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

Color information

#AA4E54 (or 0xAA4E54) is known color: Hippie Pink. HEX triplet: AA, 4E and 54. RGB value is (170,78,84). Sum of RGB (Red+Green+Blue) = 170+78+84=332 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.20% from 332); Green value is 78 (30.86% from 255 or 23.49% from 332); Blue value is 84 (33.20% from 255 or 25.30% from 332); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4E54 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA4E54 is #55B1AB. Grayscale: #6A6A6A. Windows color (decimal): -5616044 or 5525162. OLE color: 5525162.

HSL color Cylindrical-coordinate representation of color #AA4E54: hue angle of 356.09º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AA4E54 is Cyan = 0, Magento = 0.54, Yellow = 0.51 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 78 84 -
CMYK 0 0.54 0.51 0.33
HSL 356.09º 0.37% 0.49% -
HSV(B) 356.09º 0.54% 0.67% -
XYZ 20.9 14.63 10.11 -
YUV 106.19 115.48 173.51 -
System Red Green Blue C M Y K H S L
Decimal 170 78 84 0 0.54 0.51 0.33 356.09 0.37 0.49
Hex AA 4E 54 0 36 33 21 164 25 31
Octal 252 116 124 0 66 63 41 544 45 61
Binary 10101010 1001110 1010100 0 110110 110011 100001 101100100 100101 110001

Color Harmonies of #AA4E54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4E54

Black with #AA4E54

Text Example


Text Example

White with #AA4E54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4E54; }

 p { color: rgb(170,78,84); }

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

background-color css

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

 a { background-color: rgb(170,78,84); }

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

border-color css

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

 span { border-color: rgb(170,78,84); }

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