#AEB16D

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

Shades of Dark Khaki #AEB16D

Tints of Dark Khaki #AEB16D

Color information

#AEB16D (or 0xAEB16D) is unknown color: approx Dark Khaki. HEX triplet: AE, B1 and 6D. RGB value is (174,177,109). Sum of RGB (Red+Green+Blue) = 174+177+109=460 (60% of max value = 765). Red value is 174 (68.36% from 255 or 37.83% from 460); Green value is 177 (69.53% from 255 or 38.48% from 460); Blue value is 109 (42.97% from 255 or 23.70% from 460); Max value from RGB is 177 - color contains mainly: green. Hex color #AEB16D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEB16D is #514E92. Grayscale: #A8A8A8. Windows color (decimal): -5328531 or 7188910. OLE color: 7188910.

HSL color Cylindrical-coordinate representation of color #AEB16D: hue angle of 62.65º degrees, saturation: 0.3, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AEB16D is Cyan = 0.02, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.31.

Color convert

RGB174177109-
CMYK0.0200.380.31
HSL62.65º30.36%56.08%-
HSV(B)62.65º38.42%69.41%-
XYZ35.9441.5520.59-
YUV168.3594.51132.03-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 37.83%
GREEN value IS 177 (69.53% from 255) = 38.48%
BLUE value IS 109 (42.97% from 255) = 23.70%
R=37.83%
G=38.48%
B=23.70%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1741771090.0200.380.3162.6530.3656.08
HexAEB16D20261F3f1e38
Octal256261155204637773670
Binary101011101011000111011011001001101111111111111110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB16D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB16D; }

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

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

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

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

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

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

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

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