#AEBFAC

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

Shades of Rainee #AEBFAC

Tints of Rainee #AEBFAC

Color information

#AEBFAC (or 0xAEBFAC) is unknown color: approx Rainee. HEX triplet: AE, BF and AC. RGB value is (174,191,172). Sum of RGB (Red+Green+Blue) = 174+191+172=537 (71% of max value = 765). Red value is 174 (68.36% from 255 or 32.40% from 537); Green value is 191 (75% from 255 or 35.57% from 537); Blue value is 172 (67.58% from 255 or 32.03% from 537); Max value from RGB is 191 - color contains mainly: green. Hex color #AEBFAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEBFAC is #514053. Grayscale: #B7B7B7. Windows color (decimal): -5324884 or 11321262. OLE color: 11321262.

HSL color Cylindrical-coordinate representation of color #AEBFAC: hue angle of 113.68º degrees, saturation: 0.13, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #AEBFAC is Cyan = 0.09, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.25.

Color convert

RGB174191172-
CMYK0.0900.100.25
HSL113.68º12.93%71.18%-
HSV(B)113.68º9.95%74.9%-
XYZ43.5349.2446.24-
YUV183.75121.37121.04-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 32.40%
GREEN value IS 191 (75% from 255) = 35.57%
BLUE value IS 172 (67.58% from 255) = 32.03%
R=32.40%
G=35.57%
B=32.03%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1741911720.0900.100.25113.6812.9371.18
HexAEBFAC90A1972d47
Octal256277254110123116215107
Binary10101110101111111010110010010101011001111001011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEBFAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEBFAC; }

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

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

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

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

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

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

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

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