#AEB471

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

Shades of Dark Khaki #AEB471

Tints of Dark Khaki #AEB471

Color information

#AEB471 (or 0xAEB471) is unknown color: approx Dark Khaki. HEX triplet: AE, B4 and 71. RGB value is (174,180,113). Sum of RGB (Red+Green+Blue) = 174+180+113=467 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.26% from 467); Green value is 180 (70.70% from 255 or 38.54% from 467); Blue value is 113 (44.53% from 255 or 24.20% from 467); Max value from RGB is 180 - color contains mainly: green. Hex color #AEB471 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEB471 is #514B8E. Grayscale: #AAAAAA. Windows color (decimal): -5327759 or 7451822. OLE color: 7451822.

HSL color Cylindrical-coordinate representation of color #AEB471: hue angle of 65.37º degrees, saturation: 0.31, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AEB471 is Cyan = 0.03, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.29.

Color convert

RGB174180113-
CMYK0.0300.370.29
HSL65.37º30.88%57.45%-
HSV(B)65.37º37.22%70.59%-
XYZ36.7642.8321.95-
YUV170.5795.51130.45-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 37.26%
GREEN value IS 180 (70.70% from 255) = 38.54%
BLUE value IS 113 (44.53% from 255) = 24.20%
R=37.26%
G=38.54%
B=24.20%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1741801130.0300.370.2965.3730.8857.45
HexAEB47130251D411f39
Octal2562641613045351013771
Binary1010111010110100111000111010010111101100000111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB471; }

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

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

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

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

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

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

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

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