#AEB86D

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

Shades of Dark Khaki #AEB86D

Tints of Dark Khaki #AEB86D

Color information

#AEB86D (or 0xAEB86D) is unknown color: approx Dark Khaki. HEX triplet: AE, B8 and 6D. RGB value is (174,184,109). Sum of RGB (Red+Green+Blue) = 174+184+109=467 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.26% from 467); Green value is 184 (72.27% from 255 or 39.40% from 467); Blue value is 109 (42.97% from 255 or 23.34% from 467); Max value from RGB is 184 - color contains mainly: green. Hex color #AEB86D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEB86D is #514792. Grayscale: #ACACAC. Windows color (decimal): -5326739 or 7190702. OLE color: 7190702.

HSL color Cylindrical-coordinate representation of color #AEB86D: hue angle of 68º degrees, saturation: 0.35, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AEB86D is Cyan = 0.05, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.28.

Color convert

RGB174184109-
CMYK0.0500.410.28
HSL68º34.56%57.45%-
HSV(B)68º40.76%72.16%-
XYZ37.3644.3821.07-
YUV172.4692.19129.1-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 37.26%
GREEN value IS 184 (72.27% from 255) = 39.40%
BLUE value IS 109 (42.97% from 255) = 23.34%
R=37.26%
G=39.40%
B=23.34%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1741841090.0500.410.286834.5657.45
HexAEB86D50291C442339
Octal2562701555051341044371
Binary101011101011100011011011010101001111001000100100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB86D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB86D; }

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

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

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

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

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

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

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

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