Html Css Color HEX #AA484E Hippie Pink

📋 copy color: '#AA484E'

red 170 ◦ green 72 ◦ blue 78

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

Shades of Hippie Pink #AA484E

Tints of Hippie Pink #AA484E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 24.38%

R = 53.13%
G = 22.5%
B = 24.38%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.54

 K value IS 0.33

RGB Variations

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

Color information

#AA484E (or 0xAA484E) is known color: Hippie Pink. HEX triplet: AA, 48 and 4E. RGB value is (170,72,78). Sum of RGB (Red+Green+Blue) = 170+72+78=320 (42% of max value = 765). Red value is 170 (66.80% from 255 or 53.12% from 320); Green value is 72 (28.52% from 255 or 22.5% from 320); Blue value is 78 (30.86% from 255 or 24.38% from 320); Max value from RGB is 170 - color contains mainly: red. Hex color #AA484E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA484E is #55B7B1. Grayscale: #666666. Windows color (decimal): -5617586 or 5130410. OLE color: 5130410.

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

Color convert

RGB 170 72 78 -
CMYK 0 0.58 0.54 0.33
HSL 356.33º 0.4% 0.47% -
HSV(B) 356.33º 0.58% 0.67% -
XYZ 20.27 13.73 8.79 -
YUV 101.99 114.47 176.51 -
System Red Green Blue C M Y K H S L
Decimal 170 72 78 0 0.58 0.54 0.33 356.33 0.4 0.47
Hex AA 48 4E 0 3A 36 21 164 28 2F
Octal 252 110 116 0 72 66 41 544 50 57
Binary 10101010 1001000 1001110 0 111010 110110 100001 101100100 101000 101111

Color Harmonies of #AA484E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA484E

Black with #AA484E

Text Example


Text Example

White with #AA484E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA484E; }

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

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

background-color css

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

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

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

border-color css

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

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

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