Html Css Color HEX #AA565D Hippie Pink

📋 copy color: '#AA565D'

red 170 ◦ green 86 ◦ blue 93

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

Shades of Hippie Pink #AA565D

Tints of Hippie Pink #AA565D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 26.65%

R = 48.71%
G = 24.64%
B = 26.65%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.45

 K value IS 0.33

RGB Variations

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

Color information

#AA565D (or 0xAA565D) is known color: Hippie Pink. HEX triplet: AA, 56 and 5D. RGB value is (170,86,93). Sum of RGB (Red+Green+Blue) = 170+86+93=349 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.71% from 349); Green value is 86 (33.98% from 255 or 24.64% from 349); Blue value is 93 (36.72% from 255 or 26.65% from 349); Max value from RGB is 170 - color contains mainly: red. Hex color #AA565D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA565D is #55A9A2. Grayscale: #6F6F6F. Windows color (decimal): -5613987 or 6117034. OLE color: 6117034.

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

Color convert

RGB 170 86 93 -
CMYK 0 0.49 0.45 0.33
HSL 355º 0.33% 0.5% -
HSV(B) 355º 0.49% 0.67% -
XYZ 21.88 15.99 12.29 -
YUV 111.91 117.33 169.43 -
System Red Green Blue C M Y K H S L
Decimal 170 86 93 0 0.49 0.45 0.33 355 0.33 0.5
Hex AA 56 5D 0 31 2D 21 163 21 32
Octal 252 126 135 0 61 55 41 543 41 62
Binary 10101010 1010110 1011101 0 110001 101101 100001 101100011 100001 110010

Color Harmonies of #AA565D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA565D

Black with #AA565D

Text Example


Text Example

White with #AA565D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA565D; }

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

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

background-color css

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

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

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

border-color css

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

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

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