Html Css Color HEX #AA465D Hippie Pink

📋 copy color: '#AA465D'

red 170 ◦ green 70 ◦ blue 93

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

Shades of Hippie Pink #AA465D

Tints of Hippie Pink #AA465D

RGB

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

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

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

R = 51.05%
G = 21.02%
B = 27.93%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.45

 K value IS 0.33

RGB Variations

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

Color information

#AA465D (or 0xAA465D) is known color: Hippie Pink. HEX triplet: AA, 46 and 5D. RGB value is (170,70,93). Sum of RGB (Red+Green+Blue) = 170+70+93=333 (44% of max value = 765). Red value is 170 (66.80% from 255 or 51.05% from 333); Green value is 70 (27.73% from 255 or 21.02% from 333); Blue value is 93 (36.72% from 255 or 27.93% from 333); Max value from RGB is 170 - color contains mainly: red. Hex color #AA465D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA465D is #55B9A2. Grayscale: #666666. Windows color (decimal): -5618083 or 6112938. OLE color: 6112938.

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

Color convert

RGB 170 70 93 -
CMYK 0 0.59 0.45 0.33
HSL 346.2º 0.42% 0.47% -
HSV(B) 346.2º 0.59% 0.67% -
XYZ 20.74 13.72 11.91 -
YUV 102.52 122.63 176.13 -
System Red Green Blue C M Y K H S L
Decimal 170 70 93 0 0.59 0.45 0.33 346.2 0.42 0.47
Hex AA 46 5D 0 3B 2D 21 15A 2A 2F
Octal 252 106 135 0 73 55 41 532 52 57
Binary 10101010 1000110 1011101 0 111011 101101 100001 101011010 101010 101111

Color Harmonies of #AA465D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA465D

Black with #AA465D

Text Example


Text Example

White with #AA465D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA465D; }

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

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

background-color css

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

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

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

border-color css

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

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

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