Html Css Color HEX #AA5566 Blush

📋 copy color: '#AA5566'

red 170 ◦ green 85 ◦ blue 102

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

Shades of Blush #AA5566

Tints of Blush #AA5566

RGB

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

 GREEN value IS 85 (33.59% from 255) = 23.81%

 BLUE value IS 102 (40.23% from 255) = 28.57%

R = 47.62%
G = 23.81%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.4

 K value IS 0.33

RGB Variations

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

Color information

#AA5566 (or 0xAA5566) is known color: Blush. HEX triplet: AA, 55 and 66. RGB value is (170,85,102). Sum of RGB (Red+Green+Blue) = 170+85+102=357 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.62% from 357); Green value is 85 (33.59% from 255 or 23.81% from 357); Blue value is 102 (40.23% from 255 or 28.57% from 357); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5566 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA5566 is #55AA99. Grayscale: #707070. Windows color (decimal): -5614234 or 6706602. OLE color: 6706602.

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

Color convert

RGB 170 85 102 -
CMYK 0 0.50 0.4 0.33
HSL 348º 0.33% 0.5% -
HSV(B) 348º 0.5% 0.67% -
XYZ 22.22 16 14.49 -
YUV 112.35 122.16 169.12 -
System Red Green Blue C M Y K H S L
Decimal 170 85 102 0 0.50 0.4 0.33 348 0.33 0.5
Hex AA 55 66 0 32 28 21 15C 21 32
Octal 252 125 146 0 62 50 41 534 41 62
Binary 10101010 1010101 1100110 0 110010 101000 100001 101011100 100001 110010

Color Harmonies of #AA5566

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5566

Black with #AA5566

Text Example


Text Example

White with #AA5566

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5566; }

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

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

background-color css

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

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

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

border-color css

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

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

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