Html Css Color HEX #AA495F Hippie Pink

📋 copy color: '#AA495F'

red 170 ◦ green 73 ◦ blue 95

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

Shades of Hippie Pink #AA495F

Tints of Hippie Pink #AA495F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 28.11%

R = 50.3%
G = 21.6%
B = 28.11%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.44

 K value IS 0.33

RGB Variations

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

Color information

#AA495F (or 0xAA495F) is known color: Hippie Pink. HEX triplet: AA, 49 and 5F. RGB value is (170,73,95). Sum of RGB (Red+Green+Blue) = 170+73+95=338 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.30% from 338); Green value is 73 (28.91% from 255 or 21.60% from 338); Blue value is 95 (37.5% from 255 or 28.11% from 338); Max value from RGB is 170 - color contains mainly: red. Hex color #AA495F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA495F is #55B6A0. Grayscale: #686868. Windows color (decimal): -5617313 or 6244778. OLE color: 6244778.

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

Color convert

RGB 170 73 95 -
CMYK 0 0.57 0.44 0.33
HSL 346.39º 0.4% 0.48% -
HSV(B) 346.39º 0.57% 0.67% -
XYZ 21.03 14.14 12.45 -
YUV 104.51 122.64 174.71 -
System Red Green Blue C M Y K H S L
Decimal 170 73 95 0 0.57 0.44 0.33 346.39 0.4 0.48
Hex AA 49 5F 0 39 2C 21 15A 28 30
Octal 252 111 137 0 71 54 41 532 50 60
Binary 10101010 1001001 1011111 0 111001 101100 100001 101011010 101000 110000

Color Harmonies of #AA495F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA495F

Black with #AA495F

Text Example


Text Example

White with #AA495F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA495F; }

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

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

background-color css

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

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

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

border-color css

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

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

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