Html Css Color HEX #AEC5AA Rainee

📋 copy color: '#AEC5AA'

red 174 ◦ green 197 ◦ blue 170

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

Shades of Rainee #AEC5AA

Tints of Rainee #AEC5AA

RGB

 RED value IS 174 (68.36% from 255) = 32.16%

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

 BLUE value IS 170 (66.8% from 255) = 31.42%

R = 32.16%
G = 36.41%
B = 31.42%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.14

 K value IS 0.23

RGB Variations

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

Color information

#AEC5AA (or 0xAEC5AA) is known color: Rainee. HEX triplet: AE, C5 and AA. RGB value is (174,197,170). Sum of RGB (Red+Green+Blue) = 174+197+170=541 (71% of max value = 765). Red value is 174 (68.36% from 255 or 32.16% from 541); Green value is 197 (77.34% from 255 or 36.41% from 541); Blue value is 170 (66.80% from 255 or 31.42% from 541); Max value from RGB is 197 - color contains mainly: green. Hex color #AEC5AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEC5AA is #513A55. Grayscale: #BBBBBB. Windows color (decimal): -5323350 or 11191726. OLE color: 11191726.

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

Color convert

RGB 174 197 170 -
CMYK 0.12 0 0.14 0.23
HSL 111.11º 0.19% 0.72% -
HSV(B) 111.11º 0.14% 0.77% -
XYZ 44.68 51.83 45.68 -
YUV 187.05 118.38 118.7 -
System Red Green Blue C M Y K H S L
Decimal 174 197 170 0.12 0 0.14 0.23 111.11 0.19 0.72
Hex AE C5 AA C 0 E 17 6F 13 48
Octal 256 305 252 14 0 16 27 157 23 110
Binary 10101110 11000101 10101010 1100 0 1110 10111 1101111 10011 1001000

Color Harmonies of #AEC5AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEC5AA

Black with #AEC5AA

Text Example


Text Example

White with #AEC5AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEC5AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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