#aeae6d

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

Shades of Dark Khaki #AEAE6D

Tints of Dark Khaki #AEAE6D

Color information

#AEAE6D (or 0xAEAE6D) is unknown color: approx Dark Khaki. HEX triplet: AE, AE and 6D. RGB value is (174,174,109). Sum of RGB (Red+Green+Blue) = 174+174+109=457 (60% of max value = 765). Red value is 174 (68.36% from 255 or 38.07% from 457); Green value is 174 (68.36% from 255 or 38.07% from 457); Blue value is 109 (42.97% from 255 or 23.85% from 457); Max value from RGB is 174 - color contains mainly: red, green. Hex color #AEAE6D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEAE6D is #515192. Grayscale: #A6A6A6. Windows color (decimal): -5329299 or 7188142. OLE color: 7188142.

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

Color convert

RGB174174109-
CMYK000.370.32
HSL60º28.63%55.49%-
HSV(B)60º37.36%68.24%-
XYZ35.3540.3720.4-
YUV166.5995.5133.29-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 38.07%
GREEN value IS 174 (68.36% from 255) = 38.07%
BLUE value IS 109 (42.97% from 255) = 23.85%
R=38.07%
G=38.07%
B=23.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174174109000.370.326028.6355.49
HexAEAE6D0025203c1d37
Octal256256155004540743567
Binary101011101010111011011010010010110000011110011101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #aeae6d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #aeae6d; }

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

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

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

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

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

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

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

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