#AEB46E

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

Shades of Dark Khaki #AEB46E

Tints of Dark Khaki #AEB46E

Color information

#AEB46E (or 0xAEB46E) is unknown color: approx Dark Khaki. HEX triplet: AE, B4 and 6E. RGB value is (174,180,110). Sum of RGB (Red+Green+Blue) = 174+180+110=464 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.5% from 464); Green value is 180 (70.70% from 255 or 38.79% from 464); Blue value is 110 (43.36% from 255 or 23.71% from 464); Max value from RGB is 180 - color contains mainly: green. Hex color #AEB46E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEB46E is #514B91. Grayscale: #AAAAAA. Windows color (decimal): -5327762 or 7255214. OLE color: 7255214.

HSL color Cylindrical-coordinate representation of color #AEB46E: hue angle of 65.14º degrees, saturation: 0.32, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AEB46E is Cyan = 0.03, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.29.

Color convert

RGB174180110-
CMYK0.0300.390.29
HSL65.14º31.82%56.86%-
HSV(B)65.14º38.89%70.59%-
XYZ36.5942.7721.08-
YUV170.2394.01130.69-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 37.5%
GREEN value IS 180 (70.70% from 255) = 38.79%
BLUE value IS 110 (43.36% from 255) = 23.71%
R=37.5%
G=38.79%
B=23.71%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1741801100.0300.390.2965.1431.8256.86
HexAEB46E30271D412039
Octal2562641563047351014071
Binary10101110101101001101110110100111111011000001100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB46E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB46E; }

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

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

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

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

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

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

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

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