Html Css Color HEX #AA4357 Hippie Pink

📋 copy color: '#AA4357'

red 170 ◦ green 67 ◦ blue 87

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

Shades of Hippie Pink #AA4357

Tints of Hippie Pink #AA4357

RGB

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

 GREEN value IS 67 (26.56% from 255) = 20.68%

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

R = 52.47%
G = 20.68%
B = 26.85%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.49

 K value IS 0.33

RGB Variations

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

Color information

#AA4357 (or 0xAA4357) is known color: Hippie Pink. HEX triplet: AA, 43 and 57. RGB value is (170,67,87). Sum of RGB (Red+Green+Blue) = 170+67+87=324 (42% of max value = 765). Red value is 170 (66.80% from 255 or 52.47% from 324); Green value is 67 (26.56% from 255 or 20.68% from 324); Blue value is 87 (34.38% from 255 or 26.85% from 324); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4357 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA4357 is #55BCA8. Grayscale: #646464. Windows color (decimal): -5618857 or 5718954. OLE color: 5718954.

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

Color convert

RGB 170 67 87 -
CMYK 0 0.61 0.49 0.33
HSL 348.35º 0.43% 0.46% -
HSV(B) 348.35º 0.61% 0.67% -
XYZ 20.31 13.25 10.5 -
YUV 100.08 120.62 177.87 -
System Red Green Blue C M Y K H S L
Decimal 170 67 87 0 0.61 0.49 0.33 348.35 0.43 0.46
Hex AA 43 57 0 3D 31 21 15C 2B 2E
Octal 252 103 127 0 75 61 41 534 53 56
Binary 10101010 1000011 1010111 0 111101 110001 100001 101011100 101011 101110

Color Harmonies of #AA4357

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4357

Black with #AA4357

Text Example


Text Example

White with #AA4357

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4357; }

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

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

background-color css

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

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

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

border-color css

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

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

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