Html Css Color HEX #AAC5A6 Rainee

📋 copy color: '#AAC5A6'

red 170 ◦ green 197 ◦ blue 166

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

Shades of Rainee #AAC5A6

Tints of Rainee #AAC5A6

RGB

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

 GREEN value IS 197 (77.34% from 255) = 36.96%

 BLUE value IS 166 (65.23% from 255) = 31.14%

R = 31.89%
G = 36.96%
B = 31.14%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.16

 K value IS 0.23

RGB Variations

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

Color information

#AAC5A6 (or 0xAAC5A6) is known color: Rainee. HEX triplet: AA, C5 and A6. RGB value is (170,197,166). Sum of RGB (Red+Green+Blue) = 170+197+166=533 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.89% from 533); Green value is 197 (77.34% from 255 or 36.96% from 533); Blue value is 166 (65.23% from 255 or 31.14% from 533); Max value from RGB is 197 - color contains mainly: green. Hex color #AAC5A6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAC5A6 is #553A59. Grayscale: #B9B9B9. Windows color (decimal): -5585498 or 10929578. OLE color: 10929578.

HSL color Cylindrical-coordinate representation of color #AAC5A6: hue angle of 112.26º degrees, saturation: 0.21, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #AAC5A6 is Cyan = 0.14, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.23.

Color convert

RGB 170 197 166 -
CMYK 0.14 0 0.16 0.23
HSL 112.26º 0.21% 0.71% -
HSV(B) 112.26º 0.16% 0.77% -
XYZ 43.43 51.23 43.68 -
YUV 185.39 117.05 117.02 -
System Red Green Blue C M Y K H S L
Decimal 170 197 166 0.14 0 0.16 0.23 112.26 0.21 0.71
Hex AA C5 A6 E 0 10 17 70 15 47
Octal 252 305 246 16 0 20 27 160 25 107
Binary 10101010 11000101 10100110 1110 0 10000 10111 1110000 10101 1000111

Color Harmonies of #AAC5A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAC5A6

Black with #AAC5A6

Text Example


Text Example

White with #AAC5A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAC5A6; }

 p { color: rgb(170,197,166); }

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

background-color css

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

 a { background-color: rgb(170,197,166); }

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

border-color css

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

 span { border-color: rgb(170,197,166); }

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