Html Css Color HEX #AA5355 Hippie Pink

📋 copy color: '#AA5355'

red 170 ◦ green 83 ◦ blue 85

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

Shades of Hippie Pink #AA5355

Tints of Hippie Pink #AA5355

RGB

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

 GREEN value IS 83 (32.81% from 255) = 24.56%

 BLUE value IS 85 (33.59% from 255) = 25.15%

R = 50.3%
G = 24.56%
B = 25.15%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.50

 K value IS 0.33

RGB Variations

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

Color information

#AA5355 (or 0xAA5355) is known color: Hippie Pink. HEX triplet: AA, 53 and 55. RGB value is (170,83,85). Sum of RGB (Red+Green+Blue) = 170+83+85=338 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.30% from 338); Green value is 83 (32.81% from 255 or 24.56% from 338); Blue value is 85 (33.59% from 255 or 25.15% from 338); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5355 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA5355 is #55ACAA. Grayscale: #6D6D6D. Windows color (decimal): -5614763 or 5591978. OLE color: 5591978.

HSL color Cylindrical-coordinate representation of color #AA5355: hue angle of 358.62º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AA5355 is Cyan = 0, Magento = 0.51, Yellow = 0.50 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 83 85 -
CMYK 0 0.51 0.50 0.33
HSL 358.62º 0.34% 0.5% -
HSV(B) 358.62º 0.51% 0.67% -
XYZ 21.31 15.39 10.44 -
YUV 109.24 114.32 171.34 -
System Red Green Blue C M Y K H S L
Decimal 170 83 85 0 0.51 0.50 0.33 358.62 0.34 0.5
Hex AA 53 55 0 33 32 21 167 22 32
Octal 252 123 125 0 63 62 41 547 42 62
Binary 10101010 1010011 1010101 0 110011 110010 100001 101100111 100010 110010

Color Harmonies of #AA5355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5355

Black with #AA5355

Text Example


Text Example

White with #AA5355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5355; }

 p { color: rgb(170,83,85); }

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

background-color css

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

 a { background-color: rgb(170,83,85); }

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

border-color css

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

 span { border-color: rgb(170,83,85); }

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