Html Css Color HEX #AEC0AB Rainee

📋 copy color: '#AEC0AB'

red 174 ◦ green 192 ◦ blue 171

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

Shades of Rainee #AEC0AB

Tints of Rainee #AEC0AB

RGB

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

 GREEN value IS 192 (75.39% from 255) = 35.75%

 BLUE value IS 171 (67.19% from 255) = 31.84%

R = 32.4%
G = 35.75%
B = 31.84%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.11

 K value IS 0.25

RGB Variations

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

Color information

#AEC0AB (or 0xAEC0AB) is known color: Rainee. HEX triplet: AE, C0 and AB. RGB value is (174,192,171). Sum of RGB (Red+Green+Blue) = 174+192+171=537 (71% of max value = 765). Red value is 174 (68.36% from 255 or 32.40% from 537); Green value is 192 (75.39% from 255 or 35.75% from 537); Blue value is 171 (67.19% from 255 or 31.84% from 537); Max value from RGB is 192 - color contains mainly: green. Hex color #AEC0AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEC0AB is #513F54. Grayscale: #B8B8B8. Windows color (decimal): -5324629 or 11255982. OLE color: 11255982.

HSL color Cylindrical-coordinate representation of color #AEC0AB: hue angle of 111.43º degrees, saturation: 0.14, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #AEC0AB is Cyan = 0.09, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.25.

Color convert

RGB 174 192 171 -
CMYK 0.09 0 0.11 0.25
HSL 111.43º 0.14% 0.71% -
HSV(B) 111.43º 0.11% 0.75% -
XYZ 43.66 49.64 45.81 -
YUV 184.22 120.54 120.71 -
System Red Green Blue C M Y K H S L
Decimal 174 192 171 0.09 0 0.11 0.25 111.43 0.14 0.71
Hex AE C0 AB 9 0 B 19 6F E 47
Octal 256 300 253 11 0 13 31 157 16 107
Binary 10101110 11000000 10101011 1001 0 1011 11001 1101111 1110 1000111

Color Harmonies of #AEC0AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEC0AB

Black with #AEC0AB

Text Example


Text Example

White with #AEC0AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEC0AB; }

 p { color: rgb(174,192,171); }

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

background-color css

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

 a { background-color: rgb(174,192,171); }

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

border-color css

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

 span { border-color: rgb(174,192,171); }

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