#AEB46D

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

Shades of Dark Khaki #AEB46D

Tints of Dark Khaki #AEB46D

Color information

#AEB46D (or 0xAEB46D) is unknown color: approx Dark Khaki. HEX triplet: AE, B4 and 6D. RGB value is (174,180,109). Sum of RGB (Red+Green+Blue) = 174+180+109=463 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.58% from 463); Green value is 180 (70.70% from 255 or 38.88% from 463); Blue value is 109 (42.97% from 255 or 23.54% from 463); Max value from RGB is 180 - color contains mainly: green. Hex color #AEB46D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEB46D is #514B92. Grayscale: #AAAAAA. Windows color (decimal): -5327763 or 7189678. OLE color: 7189678.

HSL color Cylindrical-coordinate representation of color #AEB46D: hue angle of 65.07º 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 #AEB46D is Cyan = 0.03, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.29.

Color convert

RGB174180109-
CMYK0.0300.390.29
HSL65.07º32.13%56.67%-
HSV(B)65.07º39.44%70.59%-
XYZ36.5442.7520.79-
YUV170.1193.51130.77-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 37.58%
GREEN value IS 180 (70.70% from 255) = 38.88%
BLUE value IS 109 (42.97% from 255) = 23.54%
R=37.58%
G=38.88%
B=23.54%

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
Decimal1741801090.0300.390.2965.0732.1356.67
HexAEB46D30271D412039
Octal2562641553047351014071
Binary10101110101101001101101110100111111011000001100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB46D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB46D; }

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

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

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

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

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

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

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

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