Html Css Color HEX #AA464F Hippie Pink

📋 copy color: '#AA464F'

red 170 ◦ green 70 ◦ blue 79

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

Shades of Hippie Pink #AA464F

Tints of Hippie Pink #AA464F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 24.76%

R = 53.29%
G = 21.94%
B = 24.76%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.54

 K value IS 0.33

RGB Variations

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

Color information

#AA464F (or 0xAA464F) is known color: Hippie Pink. HEX triplet: AA, 46 and 4F. RGB value is (170,70,79). Sum of RGB (Red+Green+Blue) = 170+70+79=319 (42% of max value = 765). Red value is 170 (66.80% from 255 or 53.29% from 319); Green value is 70 (27.73% from 255 or 21.94% from 319); Blue value is 79 (31.25% from 255 or 24.76% from 319); Max value from RGB is 170 - color contains mainly: red. Hex color #AA464F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA464F is #55B9B0. Grayscale: #646464. Windows color (decimal): -5618097 or 5195434. OLE color: 5195434.

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

Color convert

RGB 170 70 79 -
CMYK 0 0.59 0.54 0.33
HSL 354.6º 0.42% 0.47% -
HSV(B) 354.6º 0.59% 0.67% -
XYZ 20.18 13.49 8.94 -
YUV 100.93 115.63 177.27 -
System Red Green Blue C M Y K H S L
Decimal 170 70 79 0 0.59 0.54 0.33 354.6 0.42 0.47
Hex AA 46 4F 0 3B 36 21 163 2A 2F
Octal 252 106 117 0 73 66 41 543 52 57
Binary 10101010 1000110 1001111 0 111011 110110 100001 101100011 101010 101111

Color Harmonies of #AA464F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA464F

Black with #AA464F

Text Example


Text Example

White with #AA464F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA464F; }

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

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

background-color css

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

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

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

border-color css

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

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

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