#AEB372

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

Shades of Dark Khaki #AEB372

Tints of Dark Khaki #AEB372

Color information

#AEB372 (or 0xAEB372) is unknown color: approx Dark Khaki. HEX triplet: AE, B3 and 72. RGB value is (174,179,114). Sum of RGB (Red+Green+Blue) = 174+179+114=467 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.26% from 467); Green value is 179 (70.31% from 255 or 38.33% from 467); Blue value is 114 (44.92% from 255 or 24.41% from 467); Max value from RGB is 179 - color contains mainly: green. Hex color #AEB372 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEB372 is #514C8D. Grayscale: #AAAAAA. Windows color (decimal): -5328014 or 7517102. OLE color: 7517102.

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

Color convert

RGB174179114-
CMYK0.0300.360.30
HSL64.62º29.95%57.45%-
HSV(B)64.62º36.31%70.2%-
XYZ36.6142.4522.18-
YUV170.196.34130.79-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 37.26%
GREEN value IS 179 (70.31% from 255) = 38.33%
BLUE value IS 114 (44.92% from 255) = 24.41%
R=37.26%
G=38.33%
B=24.41%

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
Decimal1741791140.0300.360.3064.6229.9557.45
HexAEB37230241E411e39
Octal2562631623044361013671
Binary1010111010110011111001011010010011110100000111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB372; }

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

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

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

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

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

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

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

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