#AEB56F

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

Shades of Dark Khaki #AEB56F

Tints of Dark Khaki #AEB56F

Color information

#AEB56F (or 0xAEB56F) is unknown color: approx Dark Khaki. HEX triplet: AE, B5 and 6F. RGB value is (174,181,111). Sum of RGB (Red+Green+Blue) = 174+181+111=466 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.34% from 466); Green value is 181 (71.09% from 255 or 38.84% from 466); Blue value is 111 (43.75% from 255 or 23.82% from 466); Max value from RGB is 181 - color contains mainly: green. Hex color #AEB56F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEB56F is #514A90. Grayscale: #ABABAB. Windows color (decimal): -5327505 or 7321006. OLE color: 7321006.

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

Color convert

RGB174181111-
CMYK0.0400.390.29
HSL66º32.11%57.25%-
HSV(B)66º38.67%70.98%-
XYZ36.8543.1921.43-
YUV170.9394.18130.19-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 37.34%
GREEN value IS 181 (71.09% from 255) = 38.84%
BLUE value IS 111 (43.75% from 255) = 23.82%
R=37.34%
G=38.84%
B=23.82%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1741811110.0400.390.296632.1157.25
HexAEB56F40271D422039
Octal2562651574047351024071
Binary101011101011010111011111000100111111011000010100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB56F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB56F; }

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

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

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

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

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

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

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

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