#AEAF6E

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

Shades of Dark Khaki #AEAF6E

Tints of Dark Khaki #AEAF6E

Color information

#AEAF6E (or 0xAEAF6E) is unknown color: approx Dark Khaki. HEX triplet: AE, AF and 6E. RGB value is (174,175,110). Sum of RGB (Red+Green+Blue) = 174+175+110=459 (60% of max value = 765). Red value is 174 (68.36% from 255 or 37.91% from 459); Green value is 175 (68.75% from 255 or 38.13% from 459); Blue value is 110 (43.36% from 255 or 23.97% from 459); Max value from RGB is 175 - color contains mainly: green. Hex color #AEAF6E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEAF6E is #515091. Grayscale: #A7A7A7. Windows color (decimal): -5329042 or 7253934. OLE color: 7253934.

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

Color convert

RGB174175110-
CMYK0.0100.370.31
HSL60.92º28.89%55.88%-
HSV(B)60.92º37.14%68.63%-
XYZ35.640.7820.75-
YUV167.2995.67132.79-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 37.91%
GREEN value IS 175 (68.75% from 255) = 38.13%
BLUE value IS 110 (43.36% from 255) = 23.97%
R=37.91%
G=38.13%
B=23.97%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1741751100.0100.370.3160.9228.8955.88
HexAEAF6E10251F3d1d38
Octal256257156104537753570
Binary10101110101011111101110101001011111111110111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEAF6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEAF6E; }

 p { color: rgb(174,175,110); }

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

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

 a { background-color: rgb(174,175,110); }

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

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

 span { border-color: rgb(174,175,110); }

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