#AEB3AC

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

Shades of Rainee #AEB3AC

Tints of Rainee #AEB3AC

Color information

#AEB3AC (or 0xAEB3AC) is unknown color: approx Rainee. HEX triplet: AE, B3 and AC. RGB value is (174,179,172). Sum of RGB (Red+Green+Blue) = 174+179+172=525 (69% of max value = 765). Red value is 174 (68.36% from 255 or 33.14% from 525); Green value is 179 (70.31% from 255 or 34.10% from 525); Blue value is 172 (67.58% from 255 or 32.76% from 525); Max value from RGB is 179 - color contains mainly: green. Hex color #AEB3AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEB3AC is #514C53. Grayscale: #B0B0B0. Windows color (decimal): -5327956 or 11318190. OLE color: 11318190.

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

Color convert

RGB174179172-
CMYK0.0300.040.30
HSL102.86º4.4%68.82%-
HSV(B)102.86º3.91%70.2%-
XYZ41.0244.2245.4-
YUV176.71125.34126.07-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 33.14%
GREEN value IS 179 (70.31% from 255) = 34.10%
BLUE value IS 172 (67.58% from 255) = 32.76%
R=33.14%
G=34.10%
B=32.76%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1741791720.0300.040.30102.864.468.82
HexAEB3AC3041E67445
Octal256263254304361474105
Binary1010111010110011101011001101001111011001111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB3AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB3AC; }

 p { color: rgb(174,179,172); }

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

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

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

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

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

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

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