Html Css Color HEX #AA4963 Hippie Pink

📋 copy color: '#AA4963'

red 170 ◦ green 73 ◦ blue 99

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

Shades of Hippie Pink #AA4963

Tints of Hippie Pink #AA4963

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 28.95%

R = 49.71%
G = 21.35%
B = 28.95%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.42

 K value IS 0.33

RGB Variations

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

Color information

#AA4963 (or 0xAA4963) is known color: Hippie Pink. HEX triplet: AA, 49 and 63. RGB value is (170,73,99). Sum of RGB (Red+Green+Blue) = 170+73+99=342 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.71% from 342); Green value is 73 (28.91% from 255 or 21.35% from 342); Blue value is 99 (39.06% from 255 or 28.95% from 342); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4963 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA4963 is #55B69C. Grayscale: #686868. Windows color (decimal): -5617309 or 6506922. OLE color: 6506922.

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

Color convert

RGB 170 73 99 -
CMYK 0 0.57 0.42 0.33
HSL 343.92º 0.4% 0.48% -
HSV(B) 343.92º 0.57% 0.67% -
XYZ 21.21 14.21 13.43 -
YUV 104.97 124.64 174.39 -
System Red Green Blue C M Y K H S L
Decimal 170 73 99 0 0.57 0.42 0.33 343.92 0.4 0.48
Hex AA 49 63 0 39 2A 21 158 28 30
Octal 252 111 143 0 71 52 41 530 50 60
Binary 10101010 1001001 1100011 0 111001 101010 100001 101011000 101000 110000

Color Harmonies of #AA4963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4963

Black with #AA4963

Text Example


Text Example

White with #AA4963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4963; }

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

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

background-color css

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

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

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

border-color css

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

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

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