Html Css Color HEX #AA565B Hippie Pink

📋 copy color: '#AA565B'

red 170 ◦ green 86 ◦ blue 91

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

Shades of Hippie Pink #AA565B

Tints of Hippie Pink #AA565B

RGB

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

 GREEN value IS 86 (33.98% from 255) = 24.78%

 BLUE value IS 91 (35.94% from 255) = 26.22%

R = 48.99%
G = 24.78%
B = 26.22%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.46

 K value IS 0.33

RGB Variations

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

Color information

#AA565B (or 0xAA565B) is known color: Hippie Pink. HEX triplet: AA, 56 and 5B. RGB value is (170,86,91). Sum of RGB (Red+Green+Blue) = 170+86+91=347 (45% of max value = 765). Red value is 170 (66.80% from 255 or 48.99% from 347); Green value is 86 (33.98% from 255 or 24.78% from 347); Blue value is 91 (35.94% from 255 or 26.22% from 347); Max value from RGB is 170 - color contains mainly: red. Hex color #AA565B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA565B is #55A9A4. Grayscale: #6F6F6F. Windows color (decimal): -5613989 or 5985962. OLE color: 5985962.

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

Color convert

RGB 170 86 91 -
CMYK 0 0.49 0.46 0.33
HSL 356.43º 0.33% 0.5% -
HSV(B) 356.43º 0.49% 0.67% -
XYZ 21.79 15.96 11.83 -
YUV 111.69 116.33 169.59 -
System Red Green Blue C M Y K H S L
Decimal 170 86 91 0 0.49 0.46 0.33 356.43 0.33 0.5
Hex AA 56 5B 0 31 2E 21 164 21 32
Octal 252 126 133 0 61 56 41 544 41 62
Binary 10101010 1010110 1011011 0 110001 101110 100001 101100100 100001 110010

Color Harmonies of #AA565B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA565B

Black with #AA565B

Text Example


Text Example

White with #AA565B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA565B; }

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

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

background-color css

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

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

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

border-color css

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

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

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