#AEB370

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

Shades of Dark Khaki #AEB370

Tints of Dark Khaki #AEB370

Color information

#AEB370 (or 0xAEB370) is unknown color: approx Dark Khaki. HEX triplet: AE, B3 and 70. RGB value is (174,179,112). Sum of RGB (Red+Green+Blue) = 174+179+112=465 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.42% from 465); Green value is 179 (70.31% from 255 or 38.49% from 465); Blue value is 112 (44.14% from 255 or 24.09% from 465); Max value from RGB is 179 - color contains mainly: green. Hex color #AEB370 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEB370 is #514C8F. Grayscale: #AAAAAA. Windows color (decimal): -5328016 or 7386030. OLE color: 7386030.

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

Color convert

RGB174179112-
CMYK0.0300.370.30
HSL64.48º30.59%57.06%-
HSV(B)64.48º37.43%70.2%-
XYZ36.542.4121.59-
YUV169.8795.34130.95-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 37.42%
GREEN value IS 179 (70.31% from 255) = 38.49%
BLUE value IS 112 (44.14% from 255) = 24.09%
R=37.42%
G=38.49%
B=24.09%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1741791120.0300.370.3064.4830.5957.06
HexAEB37030251E401f39
Octal2562631603045361003771
Binary1010111010110011111000011010010111110100000011111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB370; }

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

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

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

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

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

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

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

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