Html Css Color HEX #AA465F Hippie Pink

📋 copy color: '#AA465F'

red 170 ◦ green 70 ◦ blue 95

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

Shades of Hippie Pink #AA465F

Tints of Hippie Pink #AA465F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 28.36%

R = 50.75%
G = 20.9%
B = 28.36%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.44

 K value IS 0.33

RGB Variations

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

Color information

#AA465F (or 0xAA465F) is known color: Hippie Pink. HEX triplet: AA, 46 and 5F. RGB value is (170,70,95). Sum of RGB (Red+Green+Blue) = 170+70+95=335 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.75% from 335); Green value is 70 (27.73% from 255 or 20.90% from 335); Blue value is 95 (37.5% from 255 or 28.36% from 335); Max value from RGB is 170 - color contains mainly: red. Hex color #AA465F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA465F is #55B9A0. Grayscale: #666666. Windows color (decimal): -5618081 or 6244010. OLE color: 6244010.

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

Color convert

RGB 170 70 95 -
CMYK 0 0.59 0.44 0.33
HSL 345º 0.42% 0.47% -
HSV(B) 345º 0.59% 0.67% -
XYZ 20.83 13.75 12.38 -
YUV 102.75 123.63 175.97 -
System Red Green Blue C M Y K H S L
Decimal 170 70 95 0 0.59 0.44 0.33 345 0.42 0.47
Hex AA 46 5F 0 3B 2C 21 159 2A 2F
Octal 252 106 137 0 73 54 41 531 52 57
Binary 10101010 1000110 1011111 0 111011 101100 100001 101011001 101010 101111

Color Harmonies of #AA465F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA465F

Black with #AA465F

Text Example


Text Example

White with #AA465F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA465F; }

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

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

background-color css

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

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

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

border-color css

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

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

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