#AEB86E

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

Shades of Dark Khaki #AEB86E

Tints of Dark Khaki #AEB86E

Color information

#AEB86E (or 0xAEB86E) is unknown color: approx Dark Khaki. HEX triplet: AE, B8 and 6E. RGB value is (174,184,110). Sum of RGB (Red+Green+Blue) = 174+184+110=468 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.18% from 468); Green value is 184 (72.27% from 255 or 39.32% from 468); Blue value is 110 (43.36% from 255 or 23.50% from 468); Max value from RGB is 184 - color contains mainly: green. Hex color #AEB86E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEB86E is #514791. Grayscale: #ACACAC. Windows color (decimal): -5326738 or 7256238. OLE color: 7256238.

HSL color Cylindrical-coordinate representation of color #AEB86E: hue angle of 68.11º degrees, saturation: 0.34, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AEB86E is Cyan = 0.05, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.28.

Color convert

RGB174184110-
CMYK0.0500.400.28
HSL68.11º34.26%57.65%-
HSV(B)68.11º40.22%72.16%-
XYZ37.4144.4121.35-
YUV172.5792.69129.02-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 37.18%
GREEN value IS 184 (72.27% from 255) = 39.32%
BLUE value IS 110 (43.36% from 255) = 23.50%
R=37.18%
G=39.32%
B=23.50%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1741841100.0500.400.2868.1134.2657.65
HexAEB86E50281C44223a
Octal2562701565050341044272
Binary101011101011100011011101010101000111001000100100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB86E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB86E; }

 p { color: rgb(174,184,110); }

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

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

 a { background-color: rgb(174,184,110); }

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

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

 span { border-color: rgb(174,184,110); }

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