#AEB36D

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

Shades of Dark Khaki #AEB36D

Tints of Dark Khaki #AEB36D

Color information

#AEB36D (or 0xAEB36D) is unknown color: approx Dark Khaki. HEX triplet: AE, B3 and 6D. RGB value is (174,179,109). Sum of RGB (Red+Green+Blue) = 174+179+109=462 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.66% from 462); Green value is 179 (70.31% from 255 or 38.74% from 462); Blue value is 109 (42.97% from 255 or 23.59% from 462); Max value from RGB is 179 - color contains mainly: green. Hex color #AEB36D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEB36D is #514C92. Grayscale: #A9A9A9. Windows color (decimal): -5328019 or 7189422. OLE color: 7189422.

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

Color convert

RGB174179109-
CMYK0.0300.390.30
HSL64.29º31.53%56.47%-
HSV(B)64.29º39.11%70.2%-
XYZ36.3442.3420.73-
YUV169.5293.84131.19-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 37.66%
GREEN value IS 179 (70.31% from 255) = 38.74%
BLUE value IS 109 (42.97% from 255) = 23.59%
R=37.66%
G=38.74%
B=23.59%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1741791090.0300.390.3064.2931.5356.47
HexAEB36D30271E402038
Octal2562631553047361004070
Binary10101110101100111101101110100111111101000000100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB36D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB36D; }

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

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

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

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

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

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

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

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