#AEB76D

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

Shades of Dark Khaki #AEB76D

Tints of Dark Khaki #AEB76D

Color information

#AEB76D (or 0xAEB76D) is unknown color: approx Dark Khaki. HEX triplet: AE, B7 and 6D. RGB value is (174,183,109). Sum of RGB (Red+Green+Blue) = 174+183+109=466 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.34% from 466); Green value is 183 (71.88% from 255 or 39.27% from 466); Blue value is 109 (42.97% from 255 or 23.39% from 466); Max value from RGB is 183 - color contains mainly: green. Hex color #AEB76D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEB76D is #514892. Grayscale: #ACACAC. Windows color (decimal): -5326995 or 7190446. OLE color: 7190446.

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

Color convert

RGB174183109-
CMYK0.0500.400.28
HSL67.3º33.94%57.25%-
HSV(B)67.3º40.44%71.76%-
XYZ37.1543.9721-
YUV171.8792.52129.52-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 37.34%
GREEN value IS 183 (71.88% from 255) = 39.27%
BLUE value IS 109 (42.97% from 255) = 23.39%
R=37.34%
G=39.27%
B=23.39%

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
Decimal1741831090.0500.400.2867.333.9457.25
HexAEB76D50281C432239
Octal2562671555050341034271
Binary101011101011011111011011010101000111001000011100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB76D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB76D; }

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

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

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

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

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

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

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

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