Html Css Color HEX #AA484A Hippie Pink

📋 copy color: '#AA484A'

red 170 ◦ green 72 ◦ blue 74

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

Shades of Hippie Pink #AA484A

Tints of Hippie Pink #AA484A

RGB

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

 GREEN value IS 72 (28.52% from 255) = 22.78%

 BLUE value IS 74 (29.3% from 255) = 23.42%

R = 53.8%
G = 22.78%
B = 23.42%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.56

 K value IS 0.33

RGB Variations

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

Color information

#AA484A (or 0xAA484A) is known color: Hippie Pink. HEX triplet: AA, 48 and 4A. RGB value is (170,72,74). Sum of RGB (Red+Green+Blue) = 170+72+74=316 (41% of max value = 765). Red value is 170 (66.80% from 255 or 53.80% from 316); Green value is 72 (28.52% from 255 or 22.78% from 316); Blue value is 74 (29.30% from 255 or 23.42% from 316); Max value from RGB is 170 - color contains mainly: red. Hex color #AA484A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA484A is #55B7B5. Grayscale: #656565. Windows color (decimal): -5617590 or 4868266. OLE color: 4868266.

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

Color convert

RGB 170 72 74 -
CMYK 0 0.58 0.56 0.33
HSL 358.78º 0.4% 0.47% -
HSV(B) 358.78º 0.58% 0.67% -
XYZ 20.13 13.68 8.06 -
YUV 101.53 112.47 176.84 -
System Red Green Blue C M Y K H S L
Decimal 170 72 74 0 0.58 0.56 0.33 358.78 0.4 0.47
Hex AA 48 4A 0 3A 38 21 167 28 2F
Octal 252 110 112 0 72 70 41 547 50 57
Binary 10101010 1001000 1001010 0 111010 111000 100001 101100111 101000 101111

Color Harmonies of #AA484A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA484A

Black with #AA484A

Text Example


Text Example

White with #AA484A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA484A; }

 p { color: rgb(170,72,74); }

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

background-color css

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

 a { background-color: rgb(170,72,74); }

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

border-color css

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

 span { border-color: rgb(170,72,74); }

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