#AEB470

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

Shades of Dark Khaki #AEB470

Tints of Dark Khaki #AEB470

Color information

#AEB470 (or 0xAEB470) is unknown color: approx Dark Khaki. HEX triplet: AE, B4 and 70. RGB value is (174,180,112). Sum of RGB (Red+Green+Blue) = 174+180+112=466 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.34% from 466); Green value is 180 (70.70% from 255 or 38.63% from 466); Blue value is 112 (44.14% from 255 or 24.03% from 466); Max value from RGB is 180 - color contains mainly: green. Hex color #AEB470 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEB470 is #514B8F. Grayscale: #AAAAAA. Windows color (decimal): -5327760 or 7386286. OLE color: 7386286.

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

Color convert

RGB174180112-
CMYK0.0300.380.29
HSL65.29º31.19%57.25%-
HSV(B)65.29º37.78%70.59%-
XYZ36.742.8121.66-
YUV170.4595.01130.53-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 37.34%
GREEN value IS 180 (70.70% from 255) = 38.63%
BLUE value IS 112 (44.14% from 255) = 24.03%
R=37.34%
G=38.63%
B=24.03%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1741801120.0300.380.2965.2931.1957.25
HexAEB47030261D411f39
Octal2562641603046351013771
Binary1010111010110100111000011010011011101100000111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB470; }

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

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

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

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

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

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

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

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