#AEAC71

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

Shades of Dark Khaki #AEAC71

Tints of Dark Khaki #AEAC71

Color information

#AEAC71 (or 0xAEAC71) is unknown color: approx Dark Khaki. HEX triplet: AE, AC and 71. RGB value is (174,172,113). Sum of RGB (Red+Green+Blue) = 174+172+113=459 (60% of max value = 765). Red value is 174 (68.36% from 255 or 37.91% from 459); Green value is 172 (67.58% from 255 or 37.47% from 459); Blue value is 113 (44.53% from 255 or 24.62% from 459); Max value from RGB is 174 - color contains mainly: red. Hex color #AEAC71 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEAC71 is #51538E. Grayscale: #A6A6A6. Windows color (decimal): -5329807 or 7449774. OLE color: 7449774.

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

Color convert

RGB174172113-
CMYK00.010.350.32
HSL58.03º27.35%56.27%-
HSV(B)58.03º35.06%68.24%-
XYZ35.1939.721.43-
YUV165.8798.16133.8-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 37.91%
GREEN value IS 172 (67.58% from 255) = 37.47%
BLUE value IS 113 (44.53% from 255) = 24.62%
R=37.91%
G=37.47%
B=24.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.35
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17417211300.010.350.3258.0327.3556.27
HexAEAC710123203a1b38
Octal256254161014340723370
Binary101011101010110011100010110001110000011101011011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEAC71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEAC71; }

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

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

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

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

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

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

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

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