#AEBCAC

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

Shades of Rainee #AEBCAC

Tints of Rainee #AEBCAC

Color information

#AEBCAC (or 0xAEBCAC) is unknown color: approx Rainee. HEX triplet: AE, BC and AC. RGB value is (174,188,172). Sum of RGB (Red+Green+Blue) = 174+188+172=534 (70% of max value = 765). Red value is 174 (68.36% from 255 or 32.58% from 534); Green value is 188 (73.83% from 255 or 35.21% from 534); Blue value is 172 (67.58% from 255 or 32.21% from 534); Max value from RGB is 188 - color contains mainly: green. Hex color #AEBCAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEBCAC is #514353. Grayscale: #B6B6B6. Windows color (decimal): -5325652 or 11320494. OLE color: 11320494.

HSL color Cylindrical-coordinate representation of color #AEBCAC: hue angle of 112.5º degrees, saturation: 0.11, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #AEBCAC is Cyan = 0.07, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.26.

Color convert

RGB174188172-
CMYK0.0700.090.26
HSL112.5º10.67%70.59%-
HSV(B)112.5º8.51%73.73%-
XYZ42.8947.9446.02-
YUV181.99122.36122.3-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 32.58%
GREEN value IS 188 (73.83% from 255) = 35.21%
BLUE value IS 172 (67.58% from 255) = 32.21%
R=32.58%
G=35.21%
B=32.21%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1741881720.0700.090.26112.510.6770.59
HexAEBCAC7091A70b47
Octal25627425470113216013107
Binary1010111010111100101011001110100111010111000010111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEBCAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEBCAC; }

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

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

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

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

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

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

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

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