#AEAC6E

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

Shades of Dark Khaki #AEAC6E

Tints of Dark Khaki #AEAC6E

Color information

#AEAC6E (or 0xAEAC6E) is unknown color: approx Dark Khaki. HEX triplet: AE, AC and 6E. RGB value is (174,172,110). Sum of RGB (Red+Green+Blue) = 174+172+110=456 (60% of max value = 765). Red value is 174 (68.36% from 255 or 38.16% from 456); Green value is 172 (67.58% from 255 or 37.72% from 456); Blue value is 110 (43.36% from 255 or 24.12% from 456); Max value from RGB is 174 - color contains mainly: red. Hex color #AEAC6E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEAC6E is #515391. Grayscale: #A5A5A5. Windows color (decimal): -5329810 or 7253166. OLE color: 7253166.

HSL color Cylindrical-coordinate representation of color #AEAC6E: hue angle of 58.12º 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 #AEAC6E is Cyan = 0, Magento = 0.01, Yellow = 0.37 and Black (K on CMYK) = 0.32.

Color convert

RGB174172110-
CMYK00.010.370.32
HSL58.12º28.32%55.69%-
HSV(B)58.12º36.78%68.24%-
XYZ35.0239.6320.56-
YUV165.5396.66134.04-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 38.16%
GREEN value IS 172 (67.58% from 255) = 37.72%
BLUE value IS 110 (43.36% from 255) = 24.12%
R=38.16%
G=37.72%
B=24.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.37
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17417211000.010.370.3258.1228.3255.69
HexAEAC6E0125203a1c38
Octal256254156014540723470
Binary101011101010110011011100110010110000011101011100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEAC6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEAC6E; }

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

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

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

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

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

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

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

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