#AEB26D

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

Shades of Dark Khaki #AEB26D

Tints of Dark Khaki #AEB26D

Color information

#AEB26D (or 0xAEB26D) is unknown color: approx Dark Khaki. HEX triplet: AE, B2 and 6D. RGB value is (174,178,109). Sum of RGB (Red+Green+Blue) = 174+178+109=461 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.74% from 461); Green value is 178 (69.92% from 255 or 38.61% from 461); Blue value is 109 (42.97% from 255 or 23.64% from 461); Max value from RGB is 178 - color contains mainly: green. Hex color #AEB26D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEB26D is #514D92. Grayscale: #A9A9A9. Windows color (decimal): -5328275 or 7189166. OLE color: 7189166.

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

Color convert

RGB174178109-
CMYK0.0200.390.30
HSL63.48º30.94%56.27%-
HSV(B)63.48º38.76%69.8%-
XYZ36.1441.9420.66-
YUV168.9494.17131.61-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 37.74%
GREEN value IS 178 (69.92% from 255) = 38.61%
BLUE value IS 109 (42.97% from 255) = 23.64%
R=37.74%
G=38.61%
B=23.64%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1741781090.0200.390.3063.4830.9456.27
HexAEB26D20271E3f1f38
Octal256262155204736773770
Binary101011101011001011011011001001111111011111111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB26D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB26D; }

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

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

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

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

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

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

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

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