Html Css Color HEX #AA495C Hippie Pink

📋 copy color: '#AA495C'

red 170 ◦ green 73 ◦ blue 92

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

Shades of Hippie Pink #AA495C

Tints of Hippie Pink #AA495C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 27.46%

R = 50.75%
G = 21.79%
B = 27.46%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.46

 K value IS 0.33

RGB Variations

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

Color information

#AA495C (or 0xAA495C) is known color: Hippie Pink. HEX triplet: AA, 49 and 5C. RGB value is (170,73,92). Sum of RGB (Red+Green+Blue) = 170+73+92=335 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.75% from 335); Green value is 73 (28.91% from 255 or 21.79% from 335); Blue value is 92 (36.33% from 255 or 27.46% from 335); Max value from RGB is 170 - color contains mainly: red. Hex color #AA495C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA495C is #55B6A3. Grayscale: #686868. Windows color (decimal): -5617316 or 6048170. OLE color: 6048170.

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

Color convert

RGB 170 73 92 -
CMYK 0 0.57 0.46 0.33
HSL 348.25º 0.4% 0.48% -
HSV(B) 348.25º 0.57% 0.67% -
XYZ 20.89 14.08 11.74 -
YUV 104.17 121.14 174.96 -
System Red Green Blue C M Y K H S L
Decimal 170 73 92 0 0.57 0.46 0.33 348.25 0.4 0.48
Hex AA 49 5C 0 39 2E 21 15C 28 30
Octal 252 111 134 0 71 56 41 534 50 60
Binary 10101010 1001001 1011100 0 111001 101110 100001 101011100 101000 110000

Color Harmonies of #AA495C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA495C

Black with #AA495C

Text Example


Text Example

White with #AA495C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA495C; }

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

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

background-color css

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

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

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

border-color css

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

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

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