Html Css Color HEX #AA484D Hippie Pink

📋 copy color: '#AA484D'

red 170 ◦ green 72 ◦ blue 77

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

Shades of Hippie Pink #AA484D

Tints of Hippie Pink #AA484D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 24.14%

R = 53.29%
G = 22.57%
B = 24.14%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.55

 K value IS 0.33

RGB Variations

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

Color information

#AA484D (or 0xAA484D) is known color: Hippie Pink. HEX triplet: AA, 48 and 4D. RGB value is (170,72,77). Sum of RGB (Red+Green+Blue) = 170+72+77=319 (42% of max value = 765). Red value is 170 (66.80% from 255 or 53.29% from 319); Green value is 72 (28.52% from 255 or 22.57% from 319); Blue value is 77 (30.47% from 255 or 24.14% from 319); Max value from RGB is 170 - color contains mainly: red. Hex color #AA484D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA484D is #55B7B2. Grayscale: #656565. Windows color (decimal): -5617587 or 5064874. OLE color: 5064874.

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

Color convert

RGB 170 72 77 -
CMYK 0 0.58 0.55 0.33
HSL 356.94º 0.4% 0.47% -
HSV(B) 356.94º 0.58% 0.67% -
XYZ 20.23 13.72 8.6 -
YUV 101.87 113.97 176.59 -
System Red Green Blue C M Y K H S L
Decimal 170 72 77 0 0.58 0.55 0.33 356.94 0.4 0.47
Hex AA 48 4D 0 3A 37 21 165 28 2F
Octal 252 110 115 0 72 67 41 545 50 57
Binary 10101010 1001000 1001101 0 111010 110111 100001 101100101 101000 101111

Color Harmonies of #AA484D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA484D

Black with #AA484D

Text Example


Text Example

White with #AA484D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA484D; }

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

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

background-color css

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

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

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

border-color css

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

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

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