#AEB7AB

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

Shades of Rainee #AEB7AB

Tints of Rainee #AEB7AB

Color information

#AEB7AB (or 0xAEB7AB) is unknown color: approx Rainee. HEX triplet: AE, B7 and AB. RGB value is (174,183,171). Sum of RGB (Red+Green+Blue) = 174+183+171=528 (69% of max value = 765). Red value is 174 (68.36% from 255 or 32.95% from 528); Green value is 183 (71.88% from 255 or 34.66% from 528); Blue value is 171 (67.19% from 255 or 32.39% from 528); Max value from RGB is 183 - color contains mainly: green. Hex color #AEB7AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEB7AB is #514854. Grayscale: #B2B2B2. Windows color (decimal): -5326933 or 11253678. OLE color: 11253678.

HSL color Cylindrical-coordinate representation of color #AEB7AB: hue angle of 105º degrees, saturation: 0.08, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #AEB7AB is Cyan = 0.05, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.28.

Color convert

RGB174183171-
CMYK0.0500.070.28
HSL105º7.69%69.41%-
HSV(B)105º6.56%71.76%-
XYZ41.7445.8145.17-
YUV178.94123.52124.48-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 32.95%
GREEN value IS 183 (71.88% from 255) = 34.66%
BLUE value IS 171 (67.19% from 255) = 32.39%
R=32.95%
G=34.66%
B=32.39%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1741831710.0500.070.281057.6969.41
HexAEB7AB5071C69845
Octal2562672535073415110105
Binary101011101011011110101011101011111100110100110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB7AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB7AB; }

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

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

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

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

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

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

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

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