#AEB373

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

Shades of Dark Khaki #AEB373

Tints of Dark Khaki #AEB373

Color information

#AEB373 (or 0xAEB373) is unknown color: approx Dark Khaki. HEX triplet: AE, B3 and 73. RGB value is (174,179,115). Sum of RGB (Red+Green+Blue) = 174+179+115=468 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.18% from 468); Green value is 179 (70.31% from 255 or 38.25% from 468); Blue value is 115 (45.31% from 255 or 24.57% from 468); Max value from RGB is 179 - color contains mainly: green. Hex color #AEB373 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEB373 is #514C8C. Grayscale: #AAAAAA. Windows color (decimal): -5328013 or 7582638. OLE color: 7582638.

HSL color Cylindrical-coordinate representation of color #AEB373: hue angle of 64.69º degrees, saturation: 0.3, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AEB373 is Cyan = 0.03, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.30.

Color convert

RGB174179115-
CMYK0.0300.360.30
HSL64.69º29.63%57.65%-
HSV(B)64.69º35.75%70.2%-
XYZ36.6742.4822.49-
YUV170.2196.84130.7-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 37.18%
GREEN value IS 179 (70.31% from 255) = 38.25%
BLUE value IS 115 (45.31% from 255) = 24.57%
R=37.18%
G=38.25%
B=24.57%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1741791150.0300.360.3064.6929.6357.65
HexAEB37330241E411e3a
Octal2562631633044361013672
Binary1010111010110011111001111010010011110100000111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB373

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB373; }

 p { color: rgb(174,179,115); }

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

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

 a { background-color: rgb(174,179,115); }

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

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

 span { border-color: rgb(174,179,115); }

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