Html Css Color HEX #AA535C Hippie Pink

📋 copy color: '#AA535C'

red 170 ◦ green 83 ◦ blue 92

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

Shades of Hippie Pink #AA535C

Tints of Hippie Pink #AA535C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 26.67%

R = 49.28%
G = 24.06%
B = 26.67%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.46

 K value IS 0.33

RGB Variations

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

Color information

#AA535C (or 0xAA535C) is known color: Hippie Pink. HEX triplet: AA, 53 and 5C. RGB value is (170,83,92). Sum of RGB (Red+Green+Blue) = 170+83+92=345 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.28% from 345); Green value is 83 (32.81% from 255 or 24.06% from 345); Blue value is 92 (36.33% from 255 or 26.67% from 345); Max value from RGB is 170 - color contains mainly: red. Hex color #AA535C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA535C is #55ACA3. Grayscale: #6E6E6E. Windows color (decimal): -5614756 or 6050730. OLE color: 6050730.

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

Color convert

RGB 170 83 92 -
CMYK 0 0.51 0.46 0.33
HSL 353.79º 0.34% 0.5% -
HSV(B) 353.79º 0.51% 0.67% -
XYZ 21.6 15.51 11.98 -
YUV 110.04 117.82 170.77 -
System Red Green Blue C M Y K H S L
Decimal 170 83 92 0 0.51 0.46 0.33 353.79 0.34 0.5
Hex AA 53 5C 0 33 2E 21 162 22 32
Octal 252 123 134 0 63 56 41 542 42 62
Binary 10101010 1010011 1011100 0 110011 101110 100001 101100010 100010 110010

Color Harmonies of #AA535C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA535C

Black with #AA535C

Text Example


Text Example

White with #AA535C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA535C; }

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

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

background-color css

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

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

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

border-color css

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

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

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