Html Css Color HEX #AA4954 Hippie Pink

📋 copy color: '#AA4954'

red 170 ◦ green 73 ◦ blue 84

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

Shades of Hippie Pink #AA4954

Tints of Hippie Pink #AA4954

RGB

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

 GREEN value IS 73 (28.91% from 255) = 22.32%

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

R = 51.99%
G = 22.32%
B = 25.69%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.51

 K value IS 0.33

RGB Variations

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

Color information

#AA4954 (or 0xAA4954) is known color: Hippie Pink. HEX triplet: AA, 49 and 54. RGB value is (170,73,84). Sum of RGB (Red+Green+Blue) = 170+73+84=327 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.99% from 327); Green value is 73 (28.91% from 255 or 22.32% from 327); Blue value is 84 (33.20% from 255 or 25.69% from 327); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4954 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA4954 is #55B6AB. Grayscale: #676767. Windows color (decimal): -5617324 or 5523882. OLE color: 5523882.

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

Color convert

RGB 170 73 84 -
CMYK 0 0.57 0.51 0.33
HSL 353.2º 0.4% 0.48% -
HSV(B) 353.2º 0.57% 0.67% -
XYZ 20.56 13.95 10 -
YUV 103.26 117.14 175.61 -
System Red Green Blue C M Y K H S L
Decimal 170 73 84 0 0.57 0.51 0.33 353.2 0.4 0.48
Hex AA 49 54 0 39 33 21 161 28 30
Octal 252 111 124 0 71 63 41 541 50 60
Binary 10101010 1001001 1010100 0 111001 110011 100001 101100001 101000 110000

Color Harmonies of #AA4954

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4954

Black with #AA4954

Text Example


Text Example

White with #AA4954

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4954; }

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

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

background-color css

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

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

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

border-color css

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

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

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