Html Css Color HEX #AA495D Hippie Pink

📋 copy color: '#AA495D'

red 170 ◦ green 73 ◦ blue 93

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

Shades of Hippie Pink #AA495D

Tints of Hippie Pink #AA495D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 27.68%

R = 50.6%
G = 21.73%
B = 27.68%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.45

 K value IS 0.33

RGB Variations

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

Color information

#AA495D (or 0xAA495D) is known color: Hippie Pink. HEX triplet: AA, 49 and 5D. RGB value is (170,73,93). Sum of RGB (Red+Green+Blue) = 170+73+93=336 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.60% from 336); Green value is 73 (28.91% from 255 or 21.73% from 336); Blue value is 93 (36.72% from 255 or 27.68% from 336); Max value from RGB is 170 - color contains mainly: red. Hex color #AA495D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA495D is #55B6A2. Grayscale: #686868. Windows color (decimal): -5617315 or 6113706. OLE color: 6113706.

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

Color convert

RGB 170 73 93 -
CMYK 0 0.57 0.45 0.33
HSL 347.63º 0.4% 0.48% -
HSV(B) 347.63º 0.57% 0.67% -
XYZ 20.94 14.1 11.97 -
YUV 104.28 121.64 174.87 -
System Red Green Blue C M Y K H S L
Decimal 170 73 93 0 0.57 0.45 0.33 347.63 0.4 0.48
Hex AA 49 5D 0 39 2D 21 15C 28 30
Octal 252 111 135 0 71 55 41 534 50 60
Binary 10101010 1001001 1011101 0 111001 101101 100001 101011100 101000 110000

Color Harmonies of #AA495D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA495D

Black with #AA495D

Text Example


Text Example

White with #AA495D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA495D; }

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

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

background-color css

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

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

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

border-color css

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

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

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