#AEBFA8

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

Shades of Rainee #AEBFA8

Tints of Rainee #AEBFA8

Color information

#AEBFA8 (or 0xAEBFA8) is unknown color: approx Rainee. HEX triplet: AE, BF and A8. RGB value is (174,191,168). Sum of RGB (Red+Green+Blue) = 174+191+168=533 (70% of max value = 765). Red value is 174 (68.36% from 255 or 32.65% from 533); Green value is 191 (75% from 255 or 35.83% from 533); Blue value is 168 (66.02% from 255 or 31.52% from 533); Max value from RGB is 191 - color contains mainly: green. Hex color #AEBFA8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEBFA8 is #514057. Grayscale: #B7B7B7. Windows color (decimal): -5324888 or 11059118. OLE color: 11059118.

HSL color Cylindrical-coordinate representation of color #AEBFA8: hue angle of 104.35º degrees, saturation: 0.15, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #AEBFA8 is Cyan = 0.09, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.25.

Color convert

RGB174191168-
CMYK0.0900.120.25
HSL104.35º15.23%70.39%-
HSV(B)104.35º12.04%74.9%-
XYZ43.1549.0944.25-
YUV183.29119.37121.37-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 32.65%
GREEN value IS 191 (75% from 255) = 35.83%
BLUE value IS 168 (66.02% from 255) = 31.52%
R=32.65%
G=35.83%
B=31.52%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1741911680.0900.120.25104.3515.2370.39
HexAEBFA890C1968f46
Octal256277250110143115017106
Binary10101110101111111010100010010110011001110100011111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEBFA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEBFA8; }

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

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

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

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

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

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

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

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