#AEB472

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

Shades of Dark Khaki #AEB472

Tints of Dark Khaki #AEB472

Color information

#AEB472 (or 0xAEB472) is unknown color: approx Dark Khaki. HEX triplet: AE, B4 and 72. RGB value is (174,180,114). Sum of RGB (Red+Green+Blue) = 174+180+114=468 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.18% from 468); Green value is 180 (70.70% from 255 or 38.46% from 468); Blue value is 114 (44.92% from 255 or 24.36% from 468); Max value from RGB is 180 - color contains mainly: green. Hex color #AEB472 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEB472 is #514B8D. Grayscale: #AAAAAA. Windows color (decimal): -5327758 or 7517358. OLE color: 7517358.

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

Color convert

RGB174180114-
CMYK0.0300.370.29
HSL65.45º30.56%57.65%-
HSV(B)65.45º36.67%70.59%-
XYZ36.8142.8622.25-
YUV170.6896.01130.37-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 37.18%
GREEN value IS 180 (70.70% from 255) = 38.46%
BLUE value IS 114 (44.92% from 255) = 24.36%
R=37.18%
G=38.46%
B=24.36%

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
Decimal1741801140.0300.370.2965.4530.5657.65
HexAEB47230251D411f3a
Octal2562641623045351013772
Binary1010111010110100111001011010010111101100000111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB472; }

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

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

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

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

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

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

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

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