Html Css Color HEX #AA485D Hippie Pink

📋 copy color: '#AA485D'

red 170 ◦ green 72 ◦ blue 93

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

Shades of Hippie Pink #AA485D

Tints of Hippie Pink #AA485D

RGB

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

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

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

R = 50.75%
G = 21.49%
B = 27.76%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.45

 K value IS 0.33

RGB Variations

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

Color information

#AA485D (or 0xAA485D) is known color: Hippie Pink. HEX triplet: AA, 48 and 5D. RGB value is (170,72,93). Sum of RGB (Red+Green+Blue) = 170+72+93=335 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.75% from 335); Green value is 72 (28.52% from 255 or 21.49% from 335); Blue value is 93 (36.72% from 255 or 27.76% from 335); Max value from RGB is 170 - color contains mainly: red. Hex color #AA485D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA485D is #55B7A2. Grayscale: #676767. Windows color (decimal): -5617571 or 6113450. OLE color: 6113450.

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

Color convert

RGB 170 72 93 -
CMYK 0 0.58 0.45 0.33
HSL 347.14º 0.4% 0.47% -
HSV(B) 347.14º 0.58% 0.67% -
XYZ 20.87 13.97 11.95 -
YUV 103.7 121.97 175.29 -
System Red Green Blue C M Y K H S L
Decimal 170 72 93 0 0.58 0.45 0.33 347.14 0.4 0.47
Hex AA 48 5D 0 3A 2D 21 15B 28 2F
Octal 252 110 135 0 72 55 41 533 50 57
Binary 10101010 1001000 1011101 0 111010 101101 100001 101011011 101000 101111

Color Harmonies of #AA485D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA485D

Black with #AA485D

Text Example


Text Example

White with #AA485D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA485D; }

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

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

background-color css

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

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

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

border-color css

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

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

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