Html Css Color HEX #AA5E6E Blush

📋 copy color: '#AA5E6E'

red 170 ◦ green 94 ◦ blue 110

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

Shades of Blush #AA5E6E

Tints of Blush #AA5E6E

RGB

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

 GREEN value IS 94 (37.11% from 255) = 25.13%

 BLUE value IS 110 (43.36% from 255) = 29.41%

R = 45.45%
G = 25.13%
B = 29.41%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.35

 K value IS 0.33

RGB Variations

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

Color information

#AA5E6E (or 0xAA5E6E) is known color: Blush. HEX triplet: AA, 5E and 6E. RGB value is (170,94,110). Sum of RGB (Red+Green+Blue) = 170+94+110=374 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.45% from 374); Green value is 94 (37.11% from 255 or 25.13% from 374); Blue value is 110 (43.36% from 255 or 29.41% from 374); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5E6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA5E6E is #55A191. Grayscale: #767676. Windows color (decimal): -5611922 or 7233194. OLE color: 7233194.

HSL color Cylindrical-coordinate representation of color #AA5E6E: hue angle of 347.37º degrees, saturation: 0.31, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AA5E6E is Cyan = 0, Magento = 0.45, Yellow = 0.35 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 94 110 -
CMYK 0 0.45 0.35 0.33
HSL 347.37º 0.31% 0.52% -
HSV(B) 347.37º 0.45% 0.67% -
XYZ 23.39 17.68 16.93 -
YUV 118.55 123.18 164.7 -
System Red Green Blue C M Y K H S L
Decimal 170 94 110 0 0.45 0.35 0.33 347.37 0.31 0.52
Hex AA 5E 6E 0 2D 23 21 15B 1F 34
Octal 252 136 156 0 55 43 41 533 37 64
Binary 10101010 1011110 1101110 0 101101 100011 100001 101011011 11111 110100

Color Harmonies of #AA5E6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5E6E

Black with #AA5E6E

Text Example


Text Example

White with #AA5E6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5E6E; }

 p { color: rgb(170,94,110); }

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

background-color css

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

 a { background-color: rgb(170,94,110); }

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

border-color css

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

 span { border-color: rgb(170,94,110); }

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