#AEB76F

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

Shades of Dark Khaki #AEB76F

Tints of Dark Khaki #AEB76F

Color information

#AEB76F (or 0xAEB76F) is unknown color: approx Dark Khaki. HEX triplet: AE, B7 and 6F. RGB value is (174,183,111). Sum of RGB (Red+Green+Blue) = 174+183+111=468 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.18% from 468); Green value is 183 (71.88% from 255 or 39.10% from 468); Blue value is 111 (43.75% from 255 or 23.72% from 468); Max value from RGB is 183 - color contains mainly: green. Hex color #AEB76F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEB76F is #514890. Grayscale: #ACACAC. Windows color (decimal): -5326993 or 7321518. OLE color: 7321518.

HSL color Cylindrical-coordinate representation of color #AEB76F: hue angle of 67.5º degrees, saturation: 0.33, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AEB76F is Cyan = 0.05, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.28.

Color convert

RGB174183111-
CMYK0.0500.390.28
HSL67.5º33.33%57.65%-
HSV(B)67.5º39.34%71.76%-
XYZ37.2644.0121.57-
YUV172.193.52129.35-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 37.18%
GREEN value IS 183 (71.88% from 255) = 39.10%
BLUE value IS 111 (43.75% from 255) = 23.72%
R=37.18%
G=39.10%
B=23.72%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1741831110.0500.390.2867.533.3357.65
HexAEB76F50271C44213a
Octal2562671575047341044172
Binary101011101011011111011111010100111111001000100100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB76F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB76F; }

 p { color: rgb(174,183,111); }

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

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

 a { background-color: rgb(174,183,111); }

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

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

 span { border-color: rgb(174,183,111); }

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