Html Css Color HEX #AA465B Hippie Pink

📋 copy color: '#AA465B'

red 170 ◦ green 70 ◦ blue 91

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

Shades of Hippie Pink #AA465B

Tints of Hippie Pink #AA465B

RGB

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

 GREEN value IS 70 (27.73% from 255) = 21.15%

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

R = 51.36%
G = 21.15%
B = 27.49%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.46

 K value IS 0.33

RGB Variations

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

Color information

#AA465B (or 0xAA465B) is known color: Hippie Pink. HEX triplet: AA, 46 and 5B. RGB value is (170,70,91). Sum of RGB (Red+Green+Blue) = 170+70+91=331 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.36% from 331); Green value is 70 (27.73% from 255 or 21.15% from 331); Blue value is 91 (35.94% from 255 or 27.49% from 331); Max value from RGB is 170 - color contains mainly: red. Hex color #AA465B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA465B is #55B9A4. Grayscale: #666666. Windows color (decimal): -5618085 or 5981866. OLE color: 5981866.

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

Color convert

RGB 170 70 91 -
CMYK 0 0.59 0.46 0.33
HSL 347.4º 0.42% 0.47% -
HSV(B) 347.4º 0.59% 0.67% -
XYZ 20.66 13.68 11.45 -
YUV 102.29 121.63 176.29 -
System Red Green Blue C M Y K H S L
Decimal 170 70 91 0 0.59 0.46 0.33 347.4 0.42 0.47
Hex AA 46 5B 0 3B 2E 21 15B 2A 2F
Octal 252 106 133 0 73 56 41 533 52 57
Binary 10101010 1000110 1011011 0 111011 101110 100001 101011011 101010 101111

Color Harmonies of #AA465B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA465B

Black with #AA465B

Text Example


Text Example

White with #AA465B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA465B; }

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

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

background-color css

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

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

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

border-color css

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

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

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