Html Css Color HEX #AEBEAA Rainee

📋 copy color: '#AEBEAA'

red 174 ◦ green 190 ◦ blue 170

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

Shades of Rainee #AEBEAA

Tints of Rainee #AEBEAA

RGB

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

 GREEN value IS 190 (74.61% from 255) = 35.58%

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

R = 32.58%
G = 35.58%
B = 31.84%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.11

 K value IS 0.25

RGB Variations

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

Color information

#AEBEAA (or 0xAEBEAA) is known color: Rainee. HEX triplet: AE, BE and AA. RGB value is (174,190,170). Sum of RGB (Red+Green+Blue) = 174+190+170=534 (70% of max value = 765). Red value is 174 (68.36% from 255 or 32.58% from 534); Green value is 190 (74.61% from 255 or 35.58% from 534); Blue value is 170 (66.80% from 255 or 31.84% from 534); Max value from RGB is 190 - color contains mainly: green. Hex color #AEBEAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEBEAA is #514155. Grayscale: #B6B6B6. Windows color (decimal): -5325142 or 11189934. OLE color: 11189934.

HSL color Cylindrical-coordinate representation of color #AEBEAA: hue angle of 108º degrees, saturation: 0.13, 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 #AEBEAA is Cyan = 0.08, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.25.

Color convert

RGB 174 190 170 -
CMYK 0.08 0 0.11 0.25
HSL 108º 0.13% 0.71% -
HSV(B) 108º 0.11% 0.75% -
XYZ 43.12 48.73 45.16 -
YUV 182.94 120.7 121.63 -
System Red Green Blue C M Y K H S L
Decimal 174 190 170 0.08 0 0.11 0.25 108 0.13 0.71
Hex AE BE AA 8 0 B 19 6C D 47
Octal 256 276 252 10 0 13 31 154 15 107
Binary 10101110 10111110 10101010 1000 0 1011 11001 1101100 1101 1000111

Color Harmonies of #AEBEAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEBEAA

Black with #AEBEAA

Text Example


Text Example

White with #AEBEAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEBEAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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