Html Css Color HEX #AA4C5A Hippie Pink

📋 copy color: '#AA4C5A'

red 170 ◦ green 76 ◦ blue 90

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

Shades of Hippie Pink #AA4C5A

Tints of Hippie Pink #AA4C5A

RGB

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

 GREEN value IS 76 (30.08% from 255) = 22.62%

 BLUE value IS 90 (35.55% from 255) = 26.79%

R = 50.6%
G = 22.62%
B = 26.79%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.47

 K value IS 0.33

RGB Variations

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

Color information

#AA4C5A (or 0xAA4C5A) is known color: Hippie Pink. HEX triplet: AA, 4C and 5A. RGB value is (170,76,90). Sum of RGB (Red+Green+Blue) = 170+76+90=336 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.60% from 336); Green value is 76 (30.08% from 255 or 22.62% from 336); Blue value is 90 (35.55% from 255 or 26.79% from 336); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4C5A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA4C5A is #55B3A5. Grayscale: #696969. Windows color (decimal): -5616550 or 5917866. OLE color: 5917866.

HSL color Cylindrical-coordinate representation of color #AA4C5A: hue angle of 351.06º degrees, saturation: 0.38, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AA4C5A is Cyan = 0, Magento = 0.55, Yellow = 0.47 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 76 90 -
CMYK 0 0.55 0.47 0.33
HSL 351.06º 0.38% 0.48% -
HSV(B) 351.06º 0.55% 0.67% -
XYZ 21.01 14.45 11.36 -
YUV 105.7 119.14 173.86 -
System Red Green Blue C M Y K H S L
Decimal 170 76 90 0 0.55 0.47 0.33 351.06 0.38 0.48
Hex AA 4C 5A 0 37 2F 21 15F 26 30
Octal 252 114 132 0 67 57 41 537 46 60
Binary 10101010 1001100 1011010 0 110111 101111 100001 101011111 100110 110000

Color Harmonies of #AA4C5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4C5A

Black with #AA4C5A

Text Example


Text Example

White with #AA4C5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4C5A; }

 p { color: rgb(170,76,90); }

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

background-color css

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

 a { background-color: rgb(170,76,90); }

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

border-color css

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

 span { border-color: rgb(170,76,90); }

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