Html Css Color HEX #AEB1AE Rainee

📋 copy color: '#AEB1AE'

red 174 ◦ green 177 ◦ blue 174

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

Shades of Rainee #AEB1AE

Tints of Rainee #AEB1AE

RGB

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

 GREEN value IS 177 (69.53% from 255) = 33.71%

 BLUE value IS 174 (68.36% from 255) = 33.14%

R = 33.14%
G = 33.71%
B = 33.14%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.02

 K value IS 0.31

RGB Variations

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

Color information

#AEB1AE (or 0xAEB1AE) is known color: Rainee. HEX triplet: AE, B1 and AE. RGB value is (174,177,174). Sum of RGB (Red+Green+Blue) = 174+177+174=525 (69% of max value = 765). Red value is 174 (68.36% from 255 or 33.14% from 525); Green value is 177 (69.53% from 255 or 33.71% from 525); Blue value is 174 (68.36% from 255 or 33.14% from 525); Max value from RGB is 177 - color contains mainly: green. Hex color #AEB1AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEB1AE is #514E51. Grayscale: #AFAFAF. Windows color (decimal): -5328466 or 11448750. OLE color: 11448750.

HSL color Cylindrical-coordinate representation of color #AEB1AE: hue angle of 120º degrees, saturation: 0.02, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #AEB1AE is Cyan = 0.02, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.31.

Color convert

RGB 174 177 174 -
CMYK 0.02 0 0.02 0.31
HSL 120º 0.02% 0.69% -
HSV(B) 120º 0.02% 0.69% -
XYZ 40.82 43.5 46.29 -
YUV 175.76 127.01 126.74 -
System Red Green Blue C M Y K H S L
Decimal 174 177 174 0.02 0 0.02 0.31 120 0.02 0.69
Hex AE B1 AE 2 0 2 1F 78 2 45
Octal 256 261 256 2 0 2 37 170 2 105
Binary 10101110 10110001 10101110 10 0 10 11111 1111000 10 1000101

Color Harmonies of #AEB1AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEB1AE

Black with #AEB1AE

Text Example


Text Example

White with #AEB1AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEB1AE; }

 p { color: rgb(174,177,174); }

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

background-color css

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

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

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

border-color css

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

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

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