#AFAD6E

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

Shades of Dark Khaki #AFAD6E

Tints of Dark Khaki #AFAD6E

Color information

#AFAD6E (or 0xAFAD6E) is unknown color: approx Dark Khaki. HEX triplet: AF, AD and 6E. RGB value is (175,173,110). Sum of RGB (Red+Green+Blue) = 175+173+110=458 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.21% from 458); Green value is 173 (67.97% from 255 or 37.77% from 458); Blue value is 110 (43.36% from 255 or 24.02% from 458); Max value from RGB is 175 - color contains mainly: red. Hex color #AFAD6E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFAD6E is #505291. Grayscale: #A6A6A6. Windows color (decimal): -5264018 or 7253423. OLE color: 7253423.

HSL color Cylindrical-coordinate representation of color #AFAD6E: hue angle of 58.15º 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 #AFAD6E is Cyan = 0, Magento = 0.01, Yellow = 0.37 and Black (K on CMYK) = 0.31.

Color convert

RGB175173110-
CMYK00.010.370.31
HSL58.15º28.89%55.88%-
HSV(B)58.15º37.14%68.63%-
XYZ35.4440.1320.63-
YUV166.4296.16134.12-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 38.21%
GREEN value IS 173 (67.97% from 255) = 37.77%
BLUE value IS 110 (43.36% from 255) = 24.02%
R=38.21%
G=37.77%
B=24.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.37
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17517311000.010.370.3158.1528.8955.88
HexAFAD6E01251F3a1d38
Octal257255156014537723570
Binary10101111101011011101110011001011111111101011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFAD6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFAD6E; }

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

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

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

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

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

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

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

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