#AEB671

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

Shades of Dark Khaki #AEB671

Tints of Dark Khaki #AEB671

Color information

#AEB671 (or 0xAEB671) is unknown color: approx Dark Khaki. HEX triplet: AE, B6 and 71. RGB value is (174,182,113). Sum of RGB (Red+Green+Blue) = 174+182+113=469 (62% of max value = 765). Red value is 174 (68.36% from 255 or 37.10% from 469); Green value is 182 (71.48% from 255 or 38.81% from 469); Blue value is 113 (44.53% from 255 or 24.09% from 469); Max value from RGB is 182 - color contains mainly: green. Hex color #AEB671 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEB671 is #51498E. Grayscale: #ACACAC. Windows color (decimal): -5327247 or 7452334. OLE color: 7452334.

HSL color Cylindrical-coordinate representation of color #AEB671: hue angle of 66.96º degrees, saturation: 0.32, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AEB671 is Cyan = 0.04, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.29.

Color convert

RGB174182113-
CMYK0.0400.380.29
HSL66.96º32.09%57.84%-
HSV(B)66.96º37.91%71.37%-
XYZ37.1643.6522.09-
YUV171.7494.85129.61-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 37.10%
GREEN value IS 182 (71.48% from 255) = 38.81%
BLUE value IS 113 (44.53% from 255) = 24.09%
R=37.10%
G=38.81%
B=24.09%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1741821130.0400.380.2966.9632.0957.84
HexAEB67140261D43203a
Octal2562661614046351034072
Binary101011101011011011100011000100110111011000011100000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB671

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB671; }

 p { color: rgb(174,182,113); }

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

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

 a { background-color: rgb(174,182,113); }

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

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

 span { border-color: rgb(174,182,113); }

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