#AEB66E

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

Shades of Dark Khaki #AEB66E

Tints of Dark Khaki #AEB66E

Color information

#AEB66E (or 0xAEB66E) is unknown color: approx Dark Khaki. HEX triplet: AE, B6 and 6E. RGB value is (174,182,110). Sum of RGB (Red+Green+Blue) = 174+182+110=466 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.34% from 466); Green value is 182 (71.48% from 255 or 39.06% from 466); Blue value is 110 (43.36% from 255 or 23.61% from 466); Max value from RGB is 182 - color contains mainly: green. Hex color #AEB66E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEB66E is #514991. Grayscale: #ABABAB. Windows color (decimal): -5327250 or 7255726. OLE color: 7255726.

HSL color Cylindrical-coordinate representation of color #AEB66E: hue angle of 66.67º 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 #AEB66E is Cyan = 0.04, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.29.

Color convert

RGB174182110-
CMYK0.0400.400.29
HSL66.67º33.03%57.25%-
HSV(B)66.67º39.56%71.37%-
XYZ3743.5821.21-
YUV171.493.35129.85-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 37.34%
GREEN value IS 182 (71.48% from 255) = 39.06%
BLUE value IS 110 (43.36% from 255) = 23.61%
R=37.34%
G=39.06%
B=23.61%

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
Decimal1741821100.0400.400.2966.6733.0357.25
HexAEB66E40281D432139
Octal2562661564050351034171
Binary101011101011011011011101000101000111011000011100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB66E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB66E; }

 p { color: rgb(174,182,110); }

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

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

 a { background-color: rgb(174,182,110); }

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

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

 span { border-color: rgb(174,182,110); }

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