#AEB6AF

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

Shades of Gum Leaf #AEB6AF

Tints of Gum Leaf #AEB6AF

Color information

#AEB6AF (or 0xAEB6AF) is unknown color: approx Gum Leaf. HEX triplet: AE, B6 and AF. RGB value is (174,182,175). Sum of RGB (Red+Green+Blue) = 174+182+175=531 (70% of max value = 765). Red value is 174 (68.36% from 255 or 32.77% from 531); Green value is 182 (71.48% from 255 or 34.27% from 531); Blue value is 175 (68.75% from 255 or 32.96% from 531); Max value from RGB is 182 - color contains mainly: green. Hex color #AEB6AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEB6AF is #514950. Grayscale: #B2B2B2. Windows color (decimal): -5327185 or 11515566. OLE color: 11515566.

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

Color convert

RGB174182175-
CMYK0.0400.040.29
HSL127.5º5.19%69.8%-
HSV(B)127.5º4.4%71.37%-
XYZ41.9245.5547.14-
YUV178.81125.85124.57-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 32.77%
GREEN value IS 182 (71.48% from 255) = 34.27%
BLUE value IS 175 (68.75% from 255) = 32.96%
R=32.77%
G=34.27%
B=32.96%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1741821750.0400.040.29127.55.1969.8
HexAEB6AF4041D7f546
Octal256266257404351775106
Binary10101110101101101010111110001001110111111111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB6AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB6AF; }

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

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

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

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

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

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

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

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