#AEAC72

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

Shades of Dark Khaki #AEAC72

Tints of Dark Khaki #AEAC72

Color information

#AEAC72 (or 0xAEAC72) is unknown color: approx Dark Khaki. HEX triplet: AE, AC and 72. RGB value is (174,172,114). Sum of RGB (Red+Green+Blue) = 174+172+114=460 (60% of max value = 765). Red value is 174 (68.36% from 255 or 37.83% from 460); Green value is 172 (67.58% from 255 or 37.39% from 460); Blue value is 114 (44.92% from 255 or 24.78% from 460); Max value from RGB is 174 - color contains mainly: red. Hex color #AEAC72 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEAC72 is #51538D. Grayscale: #A6A6A6. Windows color (decimal): -5329806 or 7515310. OLE color: 7515310.

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

Color convert

RGB174172114-
CMYK00.010.340.32
HSL58º27.03%56.47%-
HSV(B)58º34.48%68.24%-
XYZ35.2539.7221.73-
YUV165.9998.66133.72-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 37.83%
GREEN value IS 172 (67.58% from 255) = 37.39%
BLUE value IS 114 (44.92% from 255) = 24.78%
R=37.83%
G=37.39%
B=24.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.34
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17417211400.010.340.325827.0356.47
HexAEAC720122203a1b38
Octal256254162014240723370
Binary101011101010110011100100110001010000011101011011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEAC72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEAC72; }

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

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

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

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

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

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

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

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