#AEAE6E

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

Shades of Dark Khaki #AEAE6E

Tints of Dark Khaki #AEAE6E

Color information

#AEAE6E (or 0xAEAE6E) is unknown color: approx Dark Khaki. HEX triplet: AE, AE and 6E. RGB value is (174,174,110). Sum of RGB (Red+Green+Blue) = 174+174+110=458 (60% of max value = 765). Red value is 174 (68.36% from 255 or 37.99% from 458); Green value is 174 (68.36% from 255 or 37.99% from 458); Blue value is 110 (43.36% from 255 or 24.02% from 458); Max value from RGB is 174 - color contains mainly: red, green. Hex color #AEAE6E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEAE6E is #515191. Grayscale: #A6A6A6. Windows color (decimal): -5329298 or 7253678. OLE color: 7253678.

HSL color Cylindrical-coordinate representation of color #AEAE6E: hue angle of 60º degrees, saturation: 0.28, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AEAE6E is Cyan = 0, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.32.

Color convert

RGB174174110-
CMYK000.370.32
HSL60º28.32%55.69%-
HSV(B)60º36.78%68.24%-
XYZ35.4140.420.68-
YUV166.796133.2-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 37.99%
GREEN value IS 174 (68.36% from 255) = 37.99%
BLUE value IS 110 (43.36% from 255) = 24.02%
R=37.99%
G=37.99%
B=24.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174174110000.370.326028.3255.69
HexAEAE6E0025203c1c38
Octal256256156004540743470
Binary101011101010111011011100010010110000011110011100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEAE6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEAE6E; }

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

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

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

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

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

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

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

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