#AEB3AF

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

Shades of Gum Leaf #AEB3AF

Tints of Gum Leaf #AEB3AF

Color information

#AEB3AF (or 0xAEB3AF) is unknown color: approx Gum Leaf. HEX triplet: AE, B3 and AF. RGB value is (174,179,175). Sum of RGB (Red+Green+Blue) = 174+179+175=528 (69% of max value = 765). Red value is 174 (68.36% from 255 or 32.95% from 528); Green value is 179 (70.31% from 255 or 33.90% from 528); Blue value is 175 (68.75% from 255 or 33.14% from 528); Max value from RGB is 179 - color contains mainly: green. Hex color #AEB3AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEB3AF is #514C50. Grayscale: #B1B1B1. Windows color (decimal): -5327953 or 11514798. OLE color: 11514798.

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

Color convert

RGB174179175-
CMYK0.0300.020.30
HSL132º3.18%69.22%-
HSV(B)132º2.79%70.2%-
XYZ41.3144.3346.94-
YUV177.05126.84125.83-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 32.95%
GREEN value IS 179 (70.31% from 255) = 33.90%
BLUE value IS 175 (68.75% from 255) = 33.14%
R=32.95%
G=33.90%
B=33.14%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1741791750.0300.020.301323.1869.22
HexAEB3AF3021E84345
Octal256263257302362043105
Binary101011101011001110101111110101111010000100111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB3AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB3AF; }

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

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

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

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

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

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

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

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