Html Css Color HEX #AA465C Hippie Pink

📋 copy color: '#AA465C'

red 170 ◦ green 70 ◦ blue 92

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

Shades of Hippie Pink #AA465C

Tints of Hippie Pink #AA465C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 27.71%

R = 51.2%
G = 21.08%
B = 27.71%

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

#AA465C (or 0xAA465C) is known color: Hippie Pink. HEX triplet: AA, 46 and 5C. RGB value is (170,70,92). Sum of RGB (Red+Green+Blue) = 170+70+92=332 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.20% from 332); Green value is 70 (27.73% from 255 or 21.08% from 332); Blue value is 92 (36.33% from 255 or 27.71% from 332); Max value from RGB is 170 - color contains mainly: red. Hex color #AA465C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA465C is #55B9A3. Grayscale: #666666. Windows color (decimal): -5618084 or 6047402. OLE color: 6047402.

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

Color convert

RGB 170 70 92 -
CMYK 0 0.59 0.46 0.33
HSL 346.8º 0.42% 0.47% -
HSV(B) 346.8º 0.59% 0.67% -
XYZ 20.7 13.7 11.68 -
YUV 102.41 122.13 176.21 -
System Red Green Blue C M Y K H S L
Decimal 170 70 92 0 0.59 0.46 0.33 346.8 0.42 0.47
Hex AA 46 5C 0 3B 2E 21 15B 2A 2F
Octal 252 106 134 0 73 56 41 533 52 57
Binary 10101010 1000110 1011100 0 111011 101110 100001 101011011 101010 101111

Color Harmonies of #AA465C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA465C

Black with #AA465C

Text Example


Text Example

White with #AA465C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA465C; }

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

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

background-color css

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

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

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

border-color css

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

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

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