#AEB56D

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

Shades of Dark Khaki #AEB56D

Tints of Dark Khaki #AEB56D

Color information

#AEB56D (or 0xAEB56D) is unknown color: approx Dark Khaki. HEX triplet: AE, B5 and 6D. RGB value is (174,181,109). Sum of RGB (Red+Green+Blue) = 174+181+109=464 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.5% from 464); Green value is 181 (71.09% from 255 or 39.01% from 464); Blue value is 109 (42.97% from 255 or 23.49% from 464); Max value from RGB is 181 - color contains mainly: green. Hex color #AEB56D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEB56D is #514A92. Grayscale: #AAAAAA. Windows color (decimal): -5327507 or 7189934. OLE color: 7189934.

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

Color convert

RGB174181109-
CMYK0.0400.400.29
HSL65.83º32.73%56.86%-
HSV(B)65.83º39.78%70.98%-
XYZ36.7443.1520.86-
YUV170.793.18130.35-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 37.5%
GREEN value IS 181 (71.09% from 255) = 39.01%
BLUE value IS 109 (42.97% from 255) = 23.49%
R=37.5%
G=39.01%
B=23.49%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1741811090.0400.400.2965.8332.7356.86
HexAEB56D40281D422139
Octal2562651554050351024171
Binary101011101011010111011011000101000111011000010100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB56D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB56D; }

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

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

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

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

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

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

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

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