#AEBDAB

Color #AEBDAB Rainee (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rainee #AEBDAB

Tints of Rainee #AEBDAB

Color information

#AEBDAB (or 0xAEBDAB) is unknown color: approx Rainee. HEX triplet: AE, BD and AB. RGB value is (174,189,171). Sum of RGB (Red+Green+Blue) = 174+189+171=534 (70% of max value = 765). Red value is 174 (68.36% from 255 or 32.58% from 534); Green value is 189 (74.22% from 255 or 35.39% from 534); Blue value is 171 (67.19% from 255 or 32.02% from 534); Max value from RGB is 189 - color contains mainly: green. Hex color #AEBDAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEBDAB is #514254. Grayscale: #B6B6B6. Windows color (decimal): -5325397 or 11255214. OLE color: 11255214.

HSL color Cylindrical-coordinate representation of color #AEBDAB: hue angle of 110º degrees, saturation: 0.12, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #AEBDAB is Cyan = 0.08, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.26.

Color convert

RGB174189171-
CMYK0.0800.100.26
HSL110º12%70.59%-
HSV(B)110º9.52%74.12%-
XYZ4348.3345.59-
YUV182.46121.53121.96-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 32.58%
GREEN value IS 189 (74.22% from 255) = 35.39%
BLUE value IS 171 (67.19% from 255) = 32.02%
R=32.58%
G=35.39%
B=32.02%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1741891710.0800.100.261101270.59
HexAEBDAB80A1A6ec47
Octal256275253100123215614107
Binary10101110101111011010101110000101011010110111011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEBDAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEBDAB; }

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

 H1.HeaderClassName
 {
   color: #AEBDAB;
 }
 .AnyTagClassName
 {
   color: #AEBDAB;
 }
</style>
background-color css

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

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

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

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

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

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