Html Css Color HEX #AA4756 Hippie Pink

📋 copy color: '#AA4756'

red 170 ◦ green 71 ◦ blue 86

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

Shades of Hippie Pink #AA4756

Tints of Hippie Pink #AA4756

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 26.3%

R = 51.99%
G = 21.71%
B = 26.3%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.49

 K value IS 0.33

RGB Variations

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

Color information

#AA4756 (or 0xAA4756) is known color: Hippie Pink. HEX triplet: AA, 47 and 56. RGB value is (170,71,86). Sum of RGB (Red+Green+Blue) = 170+71+86=327 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.99% from 327); Green value is 71 (28.12% from 255 or 21.71% from 327); Blue value is 86 (33.98% from 255 or 26.30% from 327); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4756 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA4756 is #55B8A9. Grayscale: #666666. Windows color (decimal): -5617834 or 5654442. OLE color: 5654442.

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

Color convert

RGB 170 71 86 -
CMYK 0 0.58 0.49 0.33
HSL 350.91º 0.41% 0.47% -
HSV(B) 350.91º 0.58% 0.67% -
XYZ 20.51 13.72 10.37 -
YUV 102.31 118.8 176.28 -
System Red Green Blue C M Y K H S L
Decimal 170 71 86 0 0.58 0.49 0.33 350.91 0.41 0.47
Hex AA 47 56 0 3A 31 21 15F 29 2F
Octal 252 107 126 0 72 61 41 537 51 57
Binary 10101010 1000111 1010110 0 111010 110001 100001 101011111 101001 101111

Color Harmonies of #AA4756

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4756

Black with #AA4756

Text Example


Text Example

White with #AA4756

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4756; }

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

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

background-color css

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

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

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

border-color css

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

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

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