Html Css Color HEX #AA4857 Hippie Pink

📋 copy color: '#AA4857'

red 170 ◦ green 72 ◦ blue 87

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

Shades of Hippie Pink #AA4857

Tints of Hippie Pink #AA4857

RGB

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

 GREEN value IS 72 (28.52% from 255) = 21.88%

 BLUE value IS 87 (34.38% from 255) = 26.44%

R = 51.67%
G = 21.88%
B = 26.44%

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

#AA4857 (or 0xAA4857) is known color: Hippie Pink. HEX triplet: AA, 48 and 57. RGB value is (170,72,87). Sum of RGB (Red+Green+Blue) = 170+72+87=329 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.67% from 329); Green value is 72 (28.52% from 255 or 21.88% from 329); Blue value is 87 (34.38% from 255 or 26.44% from 329); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4857 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA4857 is #55B7A8. Grayscale: #676767. Windows color (decimal): -5617577 or 5720234. OLE color: 5720234.

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

Color convert

RGB 170 72 87 -
CMYK 0 0.58 0.49 0.33
HSL 350.82º 0.4% 0.47% -
HSV(B) 350.82º 0.58% 0.67% -
XYZ 20.62 13.87 10.61 -
YUV 103.01 118.97 175.78 -
System Red Green Blue C M Y K H S L
Decimal 170 72 87 0 0.58 0.49 0.33 350.82 0.4 0.47
Hex AA 48 57 0 3A 31 21 15F 28 2F
Octal 252 110 127 0 72 61 41 537 50 57
Binary 10101010 1001000 1010111 0 111010 110001 100001 101011111 101000 101111

Color Harmonies of #AA4857

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4857

Black with #AA4857

Text Example


Text Example

White with #AA4857

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4857; }

 p { color: rgb(170,72,87); }

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

background-color css

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

 a { background-color: rgb(170,72,87); }

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

border-color css

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

 span { border-color: rgb(170,72,87); }

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