Html Css Color HEX #AA4956 Hippie Pink

📋 copy color: '#AA4956'

red 170 ◦ green 73 ◦ blue 86

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

Shades of Hippie Pink #AA4956

Tints of Hippie Pink #AA4956

RGB

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

 GREEN value IS 73 (28.91% from 255) = 22.19%

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

R = 51.67%
G = 22.19%
B = 26.14%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.49

 K value IS 0.33

RGB Variations

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

Color information

#AA4956 (or 0xAA4956) is known color: Hippie Pink. HEX triplet: AA, 49 and 56. RGB value is (170,73,86). Sum of RGB (Red+Green+Blue) = 170+73+86=329 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.67% from 329); Green value is 73 (28.91% from 255 or 22.19% from 329); Blue value is 86 (33.98% from 255 or 26.14% from 329); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4956 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA4956 is #55B6A9. Grayscale: #676767. Windows color (decimal): -5617322 or 5654954. OLE color: 5654954.

HSL color Cylindrical-coordinate representation of color #AA4956: hue angle of 351.96º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AA4956 is Cyan = 0, Magento = 0.57, Yellow = 0.49 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 73 86 -
CMYK 0 0.57 0.49 0.33
HSL 351.96º 0.4% 0.48% -
HSV(B) 351.96º 0.57% 0.67% -
XYZ 20.64 13.98 10.42 -
YUV 103.49 118.14 175.44 -
System Red Green Blue C M Y K H S L
Decimal 170 73 86 0 0.57 0.49 0.33 351.96 0.4 0.48
Hex AA 49 56 0 39 31 21 160 28 30
Octal 252 111 126 0 71 61 41 540 50 60
Binary 10101010 1001001 1010110 0 111001 110001 100001 101100000 101000 110000

Color Harmonies of #AA4956

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4956

Black with #AA4956

Text Example


Text Example

White with #AA4956

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4956; }

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

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

background-color css

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

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

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

border-color css

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

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

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