#AEB4AF

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

Shades of Gum Leaf #AEB4AF

Tints of Gum Leaf #AEB4AF

Color information

#AEB4AF (or 0xAEB4AF) is unknown color: approx Gum Leaf. HEX triplet: AE, B4 and AF. RGB value is (174,180,175). Sum of RGB (Red+Green+Blue) = 174+180+175=529 (70% of max value = 765). Red value is 174 (68.36% from 255 or 32.89% from 529); Green value is 180 (70.70% from 255 or 34.03% from 529); Blue value is 175 (68.75% from 255 or 33.08% from 529); Max value from RGB is 180 - color contains mainly: green. Hex color #AEB4AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEB4AF is #514B50. Grayscale: #B1B1B1. Windows color (decimal): -5327697 or 11515054. OLE color: 11515054.

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

Color convert

RGB174180175-
CMYK0.0300.030.29
HSL130º3.85%69.41%-
HSV(B)130º3.33%70.59%-
XYZ41.5144.7447-
YUV177.64126.51125.41-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 32.89%
GREEN value IS 180 (70.70% from 255) = 34.03%
BLUE value IS 175 (68.75% from 255) = 33.08%
R=32.89%
G=34.03%
B=33.08%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1741801750.0300.030.291303.8569.41
HexAEB4AF3031D82445
Octal256264257303352024105
Binary1010111010110100101011111101111101100000101001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB4AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB4AF; }

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

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

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

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

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

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

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

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