Html Css Color HEX #AA485B Hippie Pink

📋 copy color: '#AA485B'

red 170 ◦ green 72 ◦ blue 91

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

Shades of Hippie Pink #AA485B

Tints of Hippie Pink #AA485B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 27.33%

R = 51.05%
G = 21.62%
B = 27.33%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.46

 K value IS 0.33

RGB Variations

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

Color information

#AA485B (or 0xAA485B) is known color: Hippie Pink. HEX triplet: AA, 48 and 5B. RGB value is (170,72,91). Sum of RGB (Red+Green+Blue) = 170+72+91=333 (44% of max value = 765). Red value is 170 (66.80% from 255 or 51.05% from 333); Green value is 72 (28.52% from 255 or 21.62% from 333); Blue value is 91 (35.94% from 255 or 27.33% from 333); Max value from RGB is 170 - color contains mainly: red. Hex color #AA485B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA485B is #55B7A4. Grayscale: #676767. Windows color (decimal): -5617573 or 5982378. OLE color: 5982378.

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

Color convert

RGB 170 72 91 -
CMYK 0 0.58 0.46 0.33
HSL 348.37º 0.4% 0.47% -
HSV(B) 348.37º 0.58% 0.67% -
XYZ 20.78 13.94 11.49 -
YUV 103.47 120.97 175.46 -
System Red Green Blue C M Y K H S L
Decimal 170 72 91 0 0.58 0.46 0.33 348.37 0.4 0.47
Hex AA 48 5B 0 3A 2E 21 15C 28 2F
Octal 252 110 133 0 72 56 41 534 50 57
Binary 10101010 1001000 1011011 0 111010 101110 100001 101011100 101000 101111

Color Harmonies of #AA485B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA485B

Black with #AA485B

Text Example


Text Example

White with #AA485B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA485B; }

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

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

background-color css

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

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

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

border-color css

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

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

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