Html Css Color HEX #AA5569 Blush

📋 copy color: '#AA5569'

red 170 ◦ green 85 ◦ blue 105

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

Shades of Blush #AA5569

Tints of Blush #AA5569

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 29.17%

R = 47.22%
G = 23.61%
B = 29.17%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.38

 K value IS 0.33

RGB Variations

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

Color information

#AA5569 (or 0xAA5569) is known color: Blush. HEX triplet: AA, 55 and 69. RGB value is (170,85,105). Sum of RGB (Red+Green+Blue) = 170+85+105=360 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.22% from 360); Green value is 85 (33.59% from 255 or 23.61% from 360); Blue value is 105 (41.41% from 255 or 29.17% from 360); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5569 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA5569 is #55AA96. Grayscale: #707070. Windows color (decimal): -5614231 or 6903210. OLE color: 6903210.

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

Color convert

RGB 170 85 105 -
CMYK 0 0.50 0.38 0.33
HSL 345.88º 0.33% 0.5% -
HSV(B) 345.88º 0.5% 0.67% -
XYZ 22.38 16.06 15.29 -
YUV 112.7 123.66 168.87 -
System Red Green Blue C M Y K H S L
Decimal 170 85 105 0 0.50 0.38 0.33 345.88 0.33 0.5
Hex AA 55 69 0 32 26 21 15A 21 32
Octal 252 125 151 0 62 46 41 532 41 62
Binary 10101010 1010101 1101001 0 110010 100110 100001 101011010 100001 110010

Color Harmonies of #AA5569

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5569

Black with #AA5569

Text Example


Text Example

White with #AA5569

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5569; }

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

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

background-color css

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

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

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

border-color css

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

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

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