Html Css Color HEX #AA4760 Hippie Pink

📋 copy color: '#AA4760'

red 170 ◦ green 71 ◦ blue 96

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

Shades of Hippie Pink #AA4760

Tints of Hippie Pink #AA4760

RGB

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

 GREEN value IS 71 (28.13% from 255) = 21.07%

 BLUE value IS 96 (37.89% from 255) = 28.49%

R = 50.45%
G = 21.07%
B = 28.49%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.44

 K value IS 0.33

RGB Variations

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

Color information

#AA4760 (or 0xAA4760) is known color: Hippie Pink. HEX triplet: AA, 47 and 60. RGB value is (170,71,96). Sum of RGB (Red+Green+Blue) = 170+71+96=337 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.45% from 337); Green value is 71 (28.12% from 255 or 21.07% from 337); Blue value is 96 (37.89% from 255 or 28.49% from 337); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4760 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA4760 is #55B89F. Grayscale: #676767. Windows color (decimal): -5617824 or 6309802. OLE color: 6309802.

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

Color convert

RGB 170 71 96 -
CMYK 0 0.58 0.44 0.33
HSL 344.85º 0.41% 0.47% -
HSV(B) 344.85º 0.58% 0.67% -
XYZ 20.94 13.9 12.64 -
YUV 103.45 123.8 175.47 -
System Red Green Blue C M Y K H S L
Decimal 170 71 96 0 0.58 0.44 0.33 344.85 0.41 0.47
Hex AA 47 60 0 3A 2C 21 159 29 2F
Octal 252 107 140 0 72 54 41 531 51 57
Binary 10101010 1000111 1100000 0 111010 101100 100001 101011001 101001 101111

Color Harmonies of #AA4760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4760

Black with #AA4760

Text Example


Text Example

White with #AA4760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4760; }

 p { color: rgb(170,71,96); }

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

background-color css

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

 a { background-color: rgb(170,71,96); }

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

border-color css

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

 span { border-color: rgb(170,71,96); }

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